Home
last modified time | relevance | path

Searched refs:t_brkc (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dtty_compat.c288 cc[VEOL] = tc->t_brkc; in ttsetcompat()
289 if (tc->t_brkc == -1) { in ttsetcompat()
450 tc->t_brkc = cc[VEOL]; in ttcompat()
/xnu-12377.41.6/bsd/sys/
H A Dioctl_compat.h81 char t_brkc; /* input delimiter (like nl) */ member