Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Drltty.c440 #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 Dttymodes.h88 #if defined(VLNEXT)
89 TTYCHAR(VLNEXT, 14)
/openbsd/lib/libedit/
H A Dtty.h364 # ifdef VLNEXT
365 # if NUMCC <= VLNEXT
366 # undef VLNEXT
H A Dtty.c151 #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 Dinit.c68 { "ln", &tmode.c_cc[VLNEXT] }, /* literal next */
H A Dsubr.c146 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
/openbsd/bin/csh/
H A Dfile.c392 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 Dterminal.c737 #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 Dgenchars.pl70 VLNEXT => "QUOTENEXT",
/openbsd/bin/stty/
H A Dcchar.c62 { "lnext", VLNEXT, CLNEXT },
/openbsd/sys/sys/
H A Dtermios.h70 #define VLNEXT 14 /* IEXTEN */ macro
/openbsd/usr.bin/less/
H A Dscreen.c149 #ifdef VLNEXT in raw_mode()
150 s.c_cc[VLNEXT] = 0; in raw_mode()
/openbsd/usr.bin/tic/
H A Dreset_cmd.c214 #if defined(VLNEXT) && defined(CLNEXT) in reset_tty_settings()
215 reset_char(VLNEXT, CLNEXT); in reset_tty_settings()
/openbsd/usr.bin/telnet/
H A Dexterns.h278 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
/openbsd/usr.bin/vi/cl/
H A Dcl_screen.c345 clp->vi_enter.c_cc[VLNEXT] = _POSIX_VDISABLE; in cl_vi_init()
/openbsd/usr.bin/cu/
H A Dcu.c281 tio.c_cc[VLNEXT] = _POSIX_VDISABLE; in set_termios()
/openbsd/bin/ksh/
H A Dedit.c180 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mode()
/openbsd/sys/kern/
H A Dtty.c328 if (CCEQ(cc[VLNEXT], c)) { in ttyinput()