Searched refs:c_lflag (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dread_string.c85 t_new.c_lflag &= ~ECHO;
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_screen.c337 clp->vi_enter.c_lflag |= ISIG;
470 clp->ex_enter.c_lflag |= ECHO | ECHOE | ECHOK | ICANON | IEXTEN | ISIG;
472 clp->ex_enter.c_lflag |= ECHOCTL;
475 clp->ex_enter.c_lflag |= ECHOKE;
/freebsd-13-stable/usr.bin/resizewin/
H A Dresizewin.c100 new.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c519 return (termbuf.c_lflag & ECHO);
538 termbuf.c_lflag |= ECHO;
540 termbuf.c_lflag &= ~ECHO;
546 return(!(termbuf.c_lflag & ICANON));
623 return (!(termbuf.c_lflag & ECHOCTL));
626 return (!(termbuf.c_lflag & TCTLECH));
638 termbuf.c_lflag &= ~ECHOCTL;
640 termbuf.c_lflag |= ECHOCTL;
644 termbuf.c_lflag &= ~TCTLECH;
646 termbuf.c_lflag |
[all...]
/freebsd-13-stable/libexec/getty/
H A Dsubr.c245 tmode.c_lflag = L0;
254 tmode.c_lflag = L1;
263 tmode.c_lflag = L2;
273 lflag = omode.c_lflag;
391 tmode.c_lflag = lflag;
/freebsd-13-stable/sys/kern/
H A Dtty_compat.c279 tcflag_t lflag = tp->t_termios.c_lflag;
341 tcflag_t lflag = t->c_lflag;
408 t->c_lflag = lflag;
418 tcflag_t lflag = t->c_lflag;
484 t->c_lflag = lflag;
H A Dtty.c534 if (tp->t_termios.c_lflag & TOSTOP) {
632 new->c_lflag = (old->c_lflag & lock->c_lflag) |
633 (new->c_lflag & ~lock->c_lflag);
911 t->c_lflag = TTYDEF_LFLAG;
1490 tp->t_termios.c_lflag &= ~FLUSHO;
1516 tp->t_termios.c_lflag &= ~FLUSHO;
1518 if (sig == SIGINFO && !(tp->t_termios.c_lflag
[all...]
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c104 slflag = tcattr.c_lflag;
105 tcattr.c_lflag &= ~ECHO;
186 tcattr.c_lflag = slflag;
/freebsd-13-stable/contrib/ntp/libntp/
H A Dicom.c163 ttyb.c_lflag = 0; /* local modes */
/freebsd-13-stable/contrib/ncurses/progs/
H A Dreset_cmd.c305 tty_settings->c_lflag &= ~((unsigned) (ECHONL
318 tty_settings->c_lflag |= (ISIG
396 tty_settings->c_lflag |= ECHO;
414 tty_settings->c_lflag |= (ECHOE | ECHOK);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c95 term.c_lflag = TTYDEF_LFLAG;
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
/freebsd-13-stable/sys/sys/
H A D_termios.h224 tcflag_t c_lflag; /* local flags */ member in struct:termios
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c182 tio.c_lflag |= (ECHO | ISIG | ICANON);
/freebsd-13-stable/usr.bin/script/
H A Dscript.c220 rtt.c_lflag &= ~ECHO;
270 (stt.c_lflag & ICANON) != 0) {
280 ((stt.c_lflag & ECHO) == 0)) {
445 traw.c_lflag |= ISIG;
/freebsd-13-stable/contrib/opie/
H A Dopielogin.c854 termios.c_lflag &= ~ECHO;
978 attr.c_lflag |= ICANON; /* enable canonical input processing */
979 attr.c_lflag &= ~ISIG; /* disable INTR, QUIT,& SUSP signals */
980 attr.c_lflag |= (ECHO | ECHOE); /* enable echo and erase */
991 attr.c_lflag |= ICANON; /* enable canonical input */
992 attr.c_lflag |= ECHO;
993 attr.c_lflag |= ECHOE; /* enable ERASE character */
994 attr.c_lflag |= ECHOK; /* enable KILL to delete line */
1451 attr.c_lflag |= (ISIG | IEXTEN);
/freebsd-13-stable/lib/libc/gen/
H A Dtermios.c173 t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP|PENDIN);
190 t->c_lflag = TTYDEF_LFLAG;
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c212 if (tty->c_lflag & ALLLOCAL)
213 lookup_bits(buf, lflags, "lflags", tty->c_lflag);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.file.c102 if (tchars.c_lflag & ICANON)
114 tchars.c_lflag |= ICANON;
234 tty.c_lflag &= ~(ECHOKE | ECHO | ECHOE | ECHOK | ECHONL |
395 tty.c_lflag |= PENDIN;
/freebsd-13-stable/usr.bin/tip/libacu/
H A Dv831.c215 cntrl.c_lflag &= ~(ISIG | ICANON);
/freebsd-13-stable/usr.bin/top/
H A Dscreen.c192 new_settings.c_lflag &= ~(ICANON|ECHO);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c1016 ttyp->c_lflag = ICANON;
1018 ttyp->c_lflag = 0;
1023 ttyp->c_lflag |= ECHO;
1094 ttyp->c_lflag = ICANON;
1096 ttyp->c_lflag = 0;
H A Drefclock_leitch.c288 ttyb.c_lflag = ICANON;
312 ttyp->c_lflag = ICANON;
/freebsd-13-stable/usr.sbin/ppp/
H A Dprompt.c436 newtio.c_lflag &= ~(ECHO | ISIG | ICANON);
459 newtio.c_lflag |= (ECHO | ISIG | ICANON);
/freebsd-13-stable/usr.bin/tip/tip/
H A Dtip.c224 term.c_lflag &= ~(ICANON|IEXTEN|ECHO);
572 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO);

Completed in 794 milliseconds

1234