Searched refs:CLNEXT (Results 1 - 9 of 9) sorted by path

/freebsd-9.3-release/bin/stty/
H A Dcchar.c68 { "lnext", VLNEXT, CLNEXT },
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c677 #undef CLNEXT macro
698 #ifndef CLNEXT
699 #define CLNEXT CTRL('v') macro
753 #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.c971 #ifdef CLNEXT
972 attr.c_cc[VLNEXT] = CLNEXT;
973 #else /* CLNEXT */
975 #endif /* CLNEXT */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c67 (uc)CDISCARD, (uc)CLNEXT, (uc)CSTATUS, (uc)CPAGE,
H A Ded.term.h197 # undef CLNEXT macro
259 # ifndef CLNEXT
260 # define CLNEXT _POSIX_VDISABLE macro
261 # endif /* CLNEXT */
274 # ifndef CLNEXT
275 # define CLNEXT TO_CONTROL('v') macro
276 # endif /* CLNEXT */
/freebsd-9.3-release/lib/libedit/
H A Dtty.c95 CDISCARD, CLNEXT, CSTATUS, CPAGE,
H A Dtty.h216 # ifndef CLNEXT
217 # define CLNEXT _POSIX_VDISABLE macro
218 # endif /* CLNEXT */
231 # ifndef CLNEXT
232 # define CLNEXT CONTROL('v') macro
233 # endif /* CLNEXT */
/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h81 #define CLNEXT CTRL('V') macro
100 CERASE2, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/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);

Completed in 126 milliseconds