Home
last modified time | relevance | path

Searched refs:lflag (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dtty_compat.c556 tcflag_t lflag = tp->t_lflag; in ttcompatgetflags() local
584 if ((lflag & ICANON) == 0) { in ttcompatgetflags()
586 if (iflag & (INPCK | ISTRIP | IXON) || lflag & (IEXTEN | ISIG) in ttcompatgetflags()
605 if (lflag & ECHOE) { in ttcompatgetflags()
608 if (lflag & ECHOKE) { in ttcompatgetflags()
611 if (lflag & ECHOPRT) { in ttcompatgetflags()
614 if (lflag & ECHOCTL) { in ttcompatgetflags()
620 flags |= lflag & (ECHO | TOSTOP | FLUSHO | PENDIN | NOFLSH); in ttcompatgetflags()
644 tcflag_t lflag = t->c_lflag; in ttcompatsetflags() local
649 lflag &= ~(ECHOCTL | ISIG | ICANON | IEXTEN); in ttcompatsetflags()
[all …]
H A Dtty.c408 #define TTBREAKC(c, lflag) \ argument
410 (c) == cc[VEOL] || ((c) == cc[VEOL2] && lflag & IEXTEN)) && \
428 tcflag_t iflag, lflag; in ttyinput() local
438 lflag = tp->t_lflag; in ttyinput()
439 if (ISSET(lflag, PENDIN)) { in ttyinput()
445 if (ISSET(lflag, ICANON)) { in ttyinput()
462 (!ISSET(lflag, ICANON) || tp->t_canq.c_cc != 0) && in ttyinput()
509 if (!ISSET(lflag, EXTPROC)) { in ttyinput()
529 if (ISSET(lflag, IEXTEN)) { in ttyinput()
531 if (ISSET(lflag, ECHO)) { in ttyinput()
[all …]
/xnu-8796.121.2/iokit/Kernel/
H A DIOHibernateRestoreKernel.c985 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in hibkvprintf() local
1016 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0; in hibkvprintf()
1132 if (lflag) { in hibkvprintf()
1133 lflag = 0; in hibkvprintf()
1136 lflag = 1; in hibkvprintf()
1144 } else if (lflag) { in hibkvprintf()
1229 } else if (lflag) { in hibkvprintf()
1248 } else if (lflag) { in hibkvprintf()