Home
last modified time | relevance | path

Searched refs:CLNEXT (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libedit/
H A Dtty.h216 # ifndef CLNEXT
217 # define CLNEXT _POSIX_VDISABLE macro
231 # ifndef CLNEXT
232 # define CLNEXT CONTROL('v') macro
H A Dtty.c98 CDISCARD, CLNEXT, CSTATUS, CPAGE,
/openbsd/sys/sys/
H A Dttydefaults.h72 #define CLNEXT CTRL('v') macro
91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/openbsd/usr.bin/tic/
H A Dreset_cmd.c138 #undef CLNEXT
159 #ifndef CLNEXT
160 #define CLNEXT CTRL('v') macro
214 #if defined(VLNEXT) && defined(CLNEXT) in reset_tty_settings()
215 reset_char(VLNEXT, CLNEXT); in reset_tty_settings()
/openbsd/bin/stty/
H A Dcchar.c62 { "lnext", VLNEXT, CLNEXT },