Searched refs:VLNEXT (Results 1 – 23 of 23) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 414 # ifdef VLNEXT 415 # if NUMCC <= VLNEXT 416 # undef VLNEXT 463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || …
|
H A D | ed.term.c | 501 # 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 D | tty.h | 363 # ifdef VLNEXT 364 # if NUMCC <= VLNEXT 365 # undef VLNEXT
|
H A D | tty.c | 157 #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 D | ttymodes.h | 88 #if defined(VLNEXT) 89 TTYCHAR(VLNEXT, 14)
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 202 #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 D | externs.h | 399 # ifndef VLNEXT 402 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
|
H A D | terminal.c | 46 # ifndef VLNEXT
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 253 #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 D | externs.h | 411 # ifndef VLNEXT 414 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
|
H A D | terminal.c | 59 # ifndef VLNEXT
|
/freebsd/libexec/getty/ |
H A D | init.c | 74 { "ln", M(VLNEXT), NULL }, /* literal next */
|
H A D | subr.c | 207 CV(VWERASE), CV(VLNEXT), 0
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 353 #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.h | 66 #define VLNEXT 14 /* IEXTEN */ macro
|
/freebsd/bin/stty/ |
H A D | cchar.c | 59 { "lnext", VLNEXT, CLNEXT },
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 152 cc[VLNEXT] = ltc->t_lnextc; in ttsetcompat() 235 ltc->t_lnextc = cc[VLNEXT]; in tty_ioctl_compat()
|
H A D | tty_ttydisc.c | 1074 if (CMP_CC(VLNEXT, c)) { in ttydisc_rint()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 295 #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 D | tip.c | 216 term.c_cc[VLNEXT] = _POSIX_VDISABLE; in main()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 270 #ifdef VLNEXT in spcset() 271 setval(VLNEXT, SLC_VARIABLE); in spcset()
|
/freebsd/contrib/less/ |
H A D | screen.c | 493 #ifdef VLNEXT in raw_mode() 494 s.c_cc[VLNEXT] = 0; in raw_mode()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 499 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()
|