Searched refs:VLNEXT (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/lib/libreadline/ |
H A D | rltty.c | 440 #ifdef VLNEXT 441 _rl_tty_chars.t_lnext = tiop->c_cc[VLNEXT]; 617 #if defined (VLNEXT) 618 tiop->c_cc[VLNEXT] = _POSIX_VDISABLE; 832 # if defined (VLNEXT) && defined (TERMIOS_TTY_DRIVER) 833 SET_SPECIAL (VLNEXT, rl_quoted_insert);
|
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.h | 88 #if defined(VLNEXT) 89 TTYCHAR(VLNEXT, 14)
|
/openbsd/lib/libedit/ |
H A D | tty.h | 364 # ifdef VLNEXT 365 # if NUMCC <= VLNEXT 366 # undef VLNEXT
|
H A D | tty.c | 151 #ifdef VLNEXT 152 {C_LNEXT, VLNEXT, 420 #if defined(VLNEXT) 688 #ifdef VLNEXT in tty__getcharindex() 690 return VLNEXT; in tty__getcharindex() 779 #ifdef VLNEXT in tty__getchar() 780 s[C_LNEXT] = td->c_cc[VLNEXT]; in tty__getchar() 861 #ifdef VLNEXT in tty__setchar() 862 td->c_cc[VLNEXT] = s[C_LNEXT]; in tty__setchar()
|
/openbsd/libexec/getty/ |
H A D | init.c | 68 { "ln", &tmode.c_cc[VLNEXT] }, /* literal next */
|
H A D | subr.c | 146 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
|
/openbsd/bin/csh/ |
H A D | file.c | 392 newtio.c_cc[VLNEXT] = _POSIX_VDISABLE; in setup_tty() 405 newtio.c_cc[VLNEXT] = oldtio.c_cc[VLNEXT]; in setup_tty() 763 { cl_literal, VLNEXT }, in tenex()
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | terminal.c | 737 #ifdef VLNEXT in terminal_prep_terminal() 738 if (ttybuff.c_cc[VLNEXT] == '\026') in terminal_prep_terminal() 739 ttybuff.c_cc[VLNEXT] = -1; in terminal_prep_terminal()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | genchars.pl | 70 VLNEXT => "QUOTENEXT",
|
/openbsd/bin/stty/ |
H A D | cchar.c | 62 { "lnext", VLNEXT, CLNEXT },
|
/openbsd/sys/sys/ |
H A D | termios.h | 70 #define VLNEXT 14 /* IEXTEN */ macro
|
/openbsd/usr.bin/less/ |
H A D | screen.c | 149 #ifdef VLNEXT in raw_mode() 150 s.c_cc[VLNEXT] = 0; in raw_mode()
|
/openbsd/usr.bin/tic/ |
H A D | reset_cmd.c | 214 #if defined(VLNEXT) && defined(CLNEXT) in reset_tty_settings() 215 reset_char(VLNEXT, CLNEXT); in reset_tty_settings()
|
/openbsd/usr.bin/telnet/ |
H A D | externs.h | 278 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
|
/openbsd/usr.bin/vi/cl/ |
H A D | cl_screen.c | 345 clp->vi_enter.c_cc[VLNEXT] = _POSIX_VDISABLE; in cl_vi_init()
|
/openbsd/usr.bin/cu/ |
H A D | cu.c | 281 tio.c_cc[VLNEXT] = _POSIX_VDISABLE; in set_termios()
|
/openbsd/bin/ksh/ |
H A D | edit.c | 180 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mode()
|
/openbsd/sys/kern/ |
H A D | tty.c | 328 if (CCEQ(cc[VLNEXT], c)) { in ttyinput()
|