Searched refs:CLNEXT (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 196 # undef CLNEXT 258 # ifndef CLNEXT 259 # define CLNEXT _POSIX_VDISABLE macro 273 # ifndef CLNEXT 274 # define CLNEXT TO_CONTROL('v') macro
|
H A D | ed.init.c | 63 (uc)CDISCARD, (uc)CLNEXT, (uc)CSTATUS, (uc)CPAGE,
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 215 # ifndef CLNEXT 216 # define CLNEXT _POSIX_VDISABLE macro 230 # ifndef CLNEXT 231 # define CLNEXT CONTROL('v') macro
|
H A D | tty.c | 104 CDISCARD, CLNEXT, CSTATUS, CPAGE,
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 80 #define CLNEXT CTRL('V') macro 103 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 141 #undef CLNEXT 162 #ifndef CLNEXT 163 #define CLNEXT CTRL('v') macro 295 #if defined(VLNEXT) && defined(CLNEXT) in reset_tty_settings() 296 reset_char(VLNEXT, CLNEXT); in reset_tty_settings()
|
/freebsd/bin/stty/ |
H A D | cchar.c | 59 { "lnext", VLNEXT, CLNEXT },
|