Searched refs:ICANON (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dttydefaults.h80 #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL)
H A Dtermios.h76 #define VEOF 0 /* ICANON */
77 #define VEOL 1 /* ICANON */
79 #define VEOL2 2 /* ICANON together with IEXTEN */
81 #define VERASE 3 /* ICANON */
83 #define VWERASE 4 /* ICANON together with IEXTEN */
85 #define VKILL 5 /* ICANON */
87 #define VREPRINT 6 /* ICANON together with IEXTEN */
102 #define VMIN 16 /* !ICANON */
103 #define VTIME 17 /* !ICANON */
105 #define VSTATUS 18 /* ICANON togethe
247 #define ICANON macro
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c545 if ((lflag&ICANON) == 0) {
600 lflag &= ~(ECHOCTL|ISIG|ICANON|IEXTEN);
610 lflag &= ~ICANON;
612 lflag |= ICANON;
H A Dtty.c514 if (ISSET(lflag, ICANON)) {
531 (!ISSET(lflag, ICANON) || tp->t_canq.c_cc != 0) &&
594 * by ICANON, ISIG, or IXON.
688 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) {
810 if (!ISSET(lflag, ICANON)) {
1292 if (ISSET(t->c_lflag, ICANON) != ISSET(tp->t_lflag, ICANON) &&
1294 if (ISSET(t->c_lflag, ICANON))
1299 * ICANON while we're in a non-termios line
1583 if (!ISSET(tp->t_lflag, ICANON)) {
[all...]
H A Dtty_ptmx.c1038 if (!ISSET(tp->t_lflag, ICANON)) {
1146 if (tp->t_canq.c_cc == 0 && (tp->t_lflag&ICANON)) {
1251 (tp->t_canq.c_cc > 0 || !(tp->t_lflag&ICANON))) {
H A Dtty_pty.c637 if (tp->t_canq.c_cc == 0 && (tp->t_lflag&ICANON)) {
727 (tp->t_canq.c_cc > 0 || !(tp->t_lflag&ICANON))) {

Completed in 37 milliseconds