Home
last modified time | relevance | path

Searched refs:VLNEXT (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.h414 # ifdef VLNEXT
415 # if NUMCC <= VLNEXT
416 # undef VLNEXT
463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || …
H A Ded.term.c501 # if defined(VLNEXT) || defined(TIOCGLTC)
828 # ifdef VLNEXT in tty_getchar()
829 s[C_LNEXT] = n->c_cc[VLNEXT]; in tty_getchar()
964 # ifdef VLNEXT in tty_setchar()
965 n->c_cc[VLNEXT] = s[C_LNEXT]; in tty_setchar()
/freebsd/contrib/libedit/
H A Dtty.h363 # ifdef VLNEXT
364 # if NUMCC <= VLNEXT
365 # undef VLNEXT
H A Dtty.c157 #ifdef VLNEXT
158 {C_LNEXT, VLNEXT,
426 #if defined(VLNEXT)
695 #ifdef VLNEXT in tty__getcharindex()
697 return VLNEXT; in tty__getcharindex()
786 #ifdef VLNEXT in tty__getchar()
787 s[C_LNEXT] = td->c_cc[VLNEXT]; in tty__getchar()
868 #ifdef VLNEXT in tty__setchar()
869 td->c_cc[VLNEXT] = s[C_LNEXT]; in tty__setchar()
/freebsd/crypto/openssh/
H A Dttymodes.h88 #if defined(VLNEXT)
89 TTYCHAR(VLNEXT, 14)
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c202 #ifndef VLNEXT in TerminalSaveState()
241 # ifdef VLNEXT in tcval()
269 # ifndef VLNEXT in TerminalDefaultChars()
401 # ifdef VLNEXT in TerminalNewMode()
402 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
H A Dexterns.h399 # ifndef VLNEXT
402 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
H A Dterminal.c46 # ifndef VLNEXT
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c253 #ifndef VLNEXT in TerminalSaveState()
294 # ifdef VLNEXT in tcval()
329 # ifndef VLNEXT in TerminalDefaultChars()
507 # ifdef VLNEXT in TerminalNewMode()
508 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
H A Dexterns.h411 # ifndef VLNEXT
414 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
H A Dterminal.c59 # ifndef VLNEXT
/freebsd/libexec/getty/
H A Dinit.c74 { "ln", M(VLNEXT), NULL }, /* literal next */
H A Dsubr.c207 CV(VWERASE), CV(VLNEXT), 0
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c353 #ifdef VLNEXT in cl_vi_init()
354 clp->vi_enter.c_cc[VLNEXT] = _POSIX_VDISABLE; in cl_vi_init()
/freebsd/sys/sys/
H A D_termios.h66 #define VLNEXT 14 /* IEXTEN */ macro
/freebsd/bin/stty/
H A Dcchar.c59 { "lnext", VLNEXT, CLNEXT },
/freebsd/sys/kern/
H A Dtty_compat.c152 cc[VLNEXT] = ltc->t_lnextc; in ttsetcompat()
235 ltc->t_lnextc = cc[VLNEXT]; in tty_ioctl_compat()
H A Dtty_ttydisc.c1074 if (CMP_CC(VLNEXT, c)) { in ttydisc_rint()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c295 #if defined(VLNEXT) && defined(CLNEXT) in reset_tty_settings()
296 reset_char(VLNEXT, CLNEXT); in reset_tty_settings()
/freebsd/usr.bin/tip/tip/
H A Dtip.c216 term.c_cc[VLNEXT] = _POSIX_VDISABLE; in main()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c270 #ifdef VLNEXT in spcset()
271 setval(VLNEXT, SLC_VARIABLE); in spcset()
/freebsd/contrib/less/
H A Dscreen.c493 #ifdef VLNEXT in raw_mode()
494 s.c_cc[VLNEXT] = 0; in raw_mode()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c499 lios->c_cc[LINUX_VLNEXT] = bios->c_cc[VLNEXT]; in bsd_to_linux_termios()
617 bios->c_cc[VLNEXT] = lios->c_cc[LINUX_VLNEXT]; in linux_to_bsd_termios()