Home
last modified time | relevance | path

Searched refs:c_lflag (Results 51 – 75 of 130) sorted by relevance

123456

/netbsd/external/bsd/top/dist/
H A Dscreen.c404 new_settings.c_lflag &= ~(ICANON|ECHO); in screen_init()
429 new_settings.c_lflag &= ~(ICANON|ECHO); in screen_init()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dtty.c255 tio->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in uv__tty_make_raw()
315 tmp.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in uv_tty_set_mode()
/netbsd/sys/arch/zaurus/stand/zboot/
H A Dtermios.c74 t->c_lflag &= ~(LINUX_ECHO in linux_cfmakeraw()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dser-unix.c150 (int) state->termios.c_lflag); in hardwire_print_tty_state()
205 state.termios.c_lflag = 0; in hardwire_raw()
/netbsd/crypto/external/bsd/openssl/lib/libdes/
H A Doread_pwd.c137 #define TTY_FLAGS c_lflag
145 #define TTY_FLAGS c_lflag
/netbsd/crypto/external/bsd/openssl.old/lib/libdes/
H A Doread_pwd.c137 #define TTY_FLAGS c_lflag
145 #define TTY_FLAGS c_lflag
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dser-unix.c150 (int) state->termios.c_lflag); in hardwire_print_tty_state()
205 state.termios.c_lflag = 0; in hardwire_raw()
/netbsd/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c240 t.c_lflag &= ~(ECHO | ICANON); in main()
243 if (tio.c_lflag != t.c_lflag || in main()
/netbsd/sbin/slattach/
H A Dslattach.c131 tty.c_lflag = 0; in main()
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp64 attr.c_lflag &= ~(ECHO); in handleInteractions()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_refclock.c1018 ttyp->c_lflag = ICANON; in refclock_setup()
1020 ttyp->c_lflag = 0; in refclock_setup()
1025 ttyp->c_lflag |= ECHO; in refclock_setup()
1096 ttyp->c_lflag = ICANON; in refclock_setup()
1098 ttyp->c_lflag = 0; in refclock_setup()
H A Drefclock_leitch.c290 ttyb.c_lflag = ICANON; in leitch_start()
314 ttyp->c_lflag = ICANON; in leitch_start()
/netbsd/tests/lib/libc/ttyio/
H A Dt_ttyio.c95 term.c_lflag = TTYDEF_LFLAG; in ATF_TC_BODY()
/netbsd/external/bsd/ntp/dist/libntp/
H A Dicom.c165 ttyb.c_lflag = 0; /* local modes */ in icom_init()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dkeyboard.c63 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in isc_keyboard_open()
/netbsd/usr.sbin/irdaattach/
H A Dirdaattach.c114 tty.c_lflag = 0; in main()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dgetpass.c124 t.c_lflag &= ~(ECHO | ISIG); in getpass()
/netbsd/usr.bin/tip/
H A Dtip.c272 term.c_lflag &= ~(ICANON|IEXTEN|ECHO); in main()
573 cntrl.c_lflag &= ~(ICANON|ISIG|IEXTEN|ECHO); in ttysetup()
/netbsd/usr.bin/script/
H A Dscript.c184 rtt.c_lflag &= ~ECHO; in main()
425 traw.c_lflag |= ISIG; in termset()
/netbsd/usr.bin/resize/
H A Dresize.c455 UIntClr(tio.c_lflag, (ICANON | ECHO)); in main()
463 UIntClr(tio.c_lflag, (ICANON | ECHO)); in main()
/netbsd/games/larn/
H A Dio.c104 _a.c_lflag &= ~(ICANON|ECHO|ECHOE|ECHOK|ECHONL)
108 _a.c_lflag |= ICANON|ECHO|ECHOE|ECHOK|ECHONL
/netbsd/sys/sys/
H A Dtermios.h196 tcflag_t c_lflag; /* local flags */ member
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dui.c145 t_new.c_lflag &= ~ECHO; in read_string()
/netbsd/bin/stty/
H A Dmodes.c214 if (modeset(name, lmodes, lspecialmodes, &ip->t.c_lflag)) in msearch()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_openssl.c113 # define TTY_FLAGS c_lflag
121 # define TTY_FLAGS c_lflag

123456