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

12

/freebsd-9.3-release/libexec/getty/
H A Dinit.c81 { "ln", &omode.c_cc[VLNEXT] }, /* literal next */
H A Dsubr.c231 &tmode.c_cc[VWERASE], &tmode.c_cc[VLNEXT], 0
/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.h407 # ifdef VLNEXT
408 # if NUMCC <= VLNEXT
409 # undef VLNEXT macro
410 # endif /* NUMCC <= VLNEXT */
411 # endif /* VLNEXT */
456 #if (defined(hpux) && defined(VSUSP) && defined(VDSUSP) && defined(VWERASE) && defined(VLNEXT)) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) || defined(__QNXNTO__)
H A Ded.term.c504 # if defined(VLNEXT) || defined(TIOCGLTC)
506 # endif /* VLNEXT */
831 # ifdef VLNEXT
832 s[C_LNEXT] = n->c_cc[VLNEXT];
833 # endif /* VLNEXT */
967 # ifdef VLNEXT
968 n->c_cc[VLNEXT] = s[C_LNEXT];
969 # endif /* VLNEXT */
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.h97 #if defined(VLNEXT)
98 TTYCHAR(VLNEXT, 14)
99 #endif /* VLNEXT */
/freebsd-9.3-release/contrib/libreadline/examples/
H A Drlptytest.c231 #if defined (VLNEXT) && defined (_POSIX_VDISABLE)
232 buf.c_cc[VLNEXT] = _POSIX_VDISABLE;
/freebsd-9.3-release/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.c148 #ifdef VLNEXT
149 {C_LNEXT, VLNEXT,
151 #endif /* VLNEXT */
417 #if defined(VLNEXT)
419 #endif /* VLNEXT */
640 #ifdef VLNEXT
642 return VLNEXT;
643 #endif /* VLNEXT */
731 #ifdef VLNEXT
732 s[C_LNEXT] = td->c_cc[VLNEXT];
[all...]
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c68 #if defined(VLNEXT) && defined(CLNEXT)
69 mode.c_cc[VLNEXT] = CHK(mode.c_cc[VLNEXT], CLNEXT);
/freebsd-9.3-release/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-9.3-release/bin/stty/
H A Dcchar.c68 { "lnext", VLNEXT, CLNEXT },
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dterminal.c65 # ifndef VLNEXT
H A Dsys_bsd.c258 #ifndef VLNEXT
299 # ifdef VLNEXT
334 # ifndef VLNEXT
512 # ifdef VLNEXT
513 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
H A Dexterns.h411 # ifndef VLNEXT
414 # define termLiteralNextChar new_tc.c_cc[VLNEXT]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c46 # ifndef VLNEXT
H A Dexterns.h400 # ifndef VLNEXT
403 # 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-9.3-release/sys/sys/
H A D_termios.h67 #define VLNEXT 14 /* IEXTEN */ macro
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.c739 #ifdef VLNEXT
740 if (ttybuff.c_cc[VLNEXT] == '\026')
741 ttybuff.c_cc[VLNEXT] = -1;
742 #endif /* VLNEXT */
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_screen.c361 #ifdef VLNEXT
362 clp->vi_enter.c_cc[VLNEXT] = _POSIX_VDISABLE;
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c156 cc[VLNEXT] = ltc->t_lnextc;
239 ltc->t_lnextc = cc[VLNEXT];
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c753 #if defined(VLNEXT) && defined(CLNEXT)
754 mode.c_cc[VLNEXT] = CHK(mode.c_cc[VLNEXT], CLNEXT);
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c970 #ifdef VLNEXT
972 attr.c_cc[VLNEXT] = CLNEXT;
974 attr.c_cc[VLNEXT] = 0;
976 #endif /* VLNEXT */
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.c229 term.c_cc[VLNEXT] = _POSIX_VDISABLE;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c263 #ifdef VLNEXT
264 setval(VLNEXT, SLC_VARIABLE);

Completed in 291 milliseconds

12