Searched refs:VLNEXT (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/libexec/getty/
H A Dinit.c77 { "ln", &omode.c_cc[VLNEXT] }, /* literal next */
H A Dsubr.c214 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h97 #if defined(VLNEXT)
98 TTYCHAR(VLNEXT, 14)
99 #endif /* VLNEXT */
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h414 # ifdef VLNEXT
415 # if NUMCC <= VLNEXT
416 # undef VLNEXT macro
417 # endif /* NUMCC <= VLNEXT */
418 # endif /* VLNEXT */
463 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) || defined(__QNXNTO__)
H A Ded.term.c501 # if defined(VLNEXT) || defined(TIOCGLTC)
503 # endif /* VLNEXT */
828 # ifdef VLNEXT
829 s[C_LNEXT] = n->c_cc[VLNEXT];
830 # endif /* VLNEXT */
964 # ifdef VLNEXT
965 n->c_cc[VLNEXT] = s[C_LNEXT];
966 # endif /* VLNEXT */
/freebsd-11-stable/contrib/libreadline/examples/
H A Drlptytest.c231 #if defined (VLNEXT) && defined (_POSIX_VDISABLE)
232 buf.c_cc[VLNEXT] = _POSIX_VDISABLE;
/freebsd-11-stable/usr.bin/tset/
H A Dset.c68 #if defined(VLNEXT) && defined(CLNEXT)
69 mode.c_cc[VLNEXT] = CHK(mode.c_cc[VLNEXT], CLNEXT);
/freebsd-11-stable/lib/libedit/
H A Dtty.h364 # ifdef VLNEXT
365 # if NUMCC <= VLNEXT
366 # undef VLNEXT macro
367 # endif /* NUMCC <= VLNEXT */
368 # endif /* VLNEXT */
H A Dtty.c158 #ifdef VLNEXT
159 {C_LNEXT, VLNEXT,
161 #endif /* VLNEXT */
427 #if defined(VLNEXT)
429 #endif /* VLNEXT */
695 #ifdef VLNEXT
697 return VLNEXT;
698 #endif /* VLNEXT */
786 #ifdef VLNEXT
787 s[C_LNEXT] = td->c_cc[VLNEXT];
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c450 #ifdef VLNEXT
451 _rl_tty_chars.t_lnext = tiop->c_cc[VLNEXT];
628 #if defined (VLNEXT)
629 tiop->c_cc[VLNEXT] = _POSIX_VDISABLE;
917 # if defined (VLNEXT) && defined (TERMIOS_TTY_DRIVER)
918 SET_SPECIAL (VLNEXT, rl_quoted_insert);
919 # endif /* VLNEXT && TERMIOS_TTY_DRIVER */
969 # if defined (VLNEXT) && defined (TERMIOS_TTY_DRIVER)
971 # endif /* VLNEXT && TERMIOS_TTY_DRIVER */
/freebsd-11-stable/bin/stty/
H A Dcchar.c68 { "lnext", VLNEXT, CLNEXT },
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c46 # ifndef VLNEXT
H A Dexterns.h399 # ifndef VLNEXT
402 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
H A Dsys_bsd.c202 #ifndef VLNEXT
241 # ifdef VLNEXT
269 # ifndef VLNEXT
401 # ifdef VLNEXT
402 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
/freebsd-11-stable/sys/sys/
H A D_termios.h67 #define VLNEXT 14 /* IEXTEN */ macro
/freebsd-11-stable/contrib/telnet/telnet/
H A Dterminal.c61 # ifndef VLNEXT
H A Dsys_bsd.c255 #ifndef VLNEXT
296 # ifdef VLNEXT
331 # ifndef VLNEXT
509 # ifdef VLNEXT
510 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
H A Dexterns.h411 # ifndef VLNEXT
414 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_screen.c357 #ifdef VLNEXT
358 clp->vi_enter.c_cc[VLNEXT] = _POSIX_VDISABLE;
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c156 cc[VLNEXT] = ltc->t_lnextc;
239 ltc->t_lnextc = cc[VLNEXT];
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c776 #if defined(VLNEXT) && defined(CLNEXT)
777 mode.c_cc[VLNEXT] = CHK(mode.c_cc[VLNEXT], CLNEXT);
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c970 #ifdef VLNEXT
972 attr.c_cc[VLNEXT] = CLNEXT;
974 attr.c_cc[VLNEXT] = 0;
976 #endif /* VLNEXT */
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c230 term.c_cc[VLNEXT] = _POSIX_VDISABLE;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c270 #ifdef VLNEXT
271 setval(VLNEXT, SLC_VARIABLE);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c323 #ifdef VLNEXT
324 setval(VLNEXT, SLC_VARIABLE);

Completed in 158 milliseconds

12