Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dttydefaults.h66 #define CQUIT 034 /* FS, ^\ */ macro
91 _POSIX_VDISABLE, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,
/openbsd/src/usr.bin/tic/
Dreset_cmd.c133 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
140 #undef CQUIT
165 #ifndef CQUIT
166 #define CQUIT CTRL('\\') macro
217 reset_char(VQUIT, CQUIT); in reset_tty_settings()
/openbsd/src/lib/libedit/
Dtty.h168 #ifndef CQUIT
169 # define CQUIT 034 /* ^\ */ macro
Dtty.c94 CINTR, CQUIT, CERASE, CKILL,
103 CINTR, CQUIT, CERASE, CKILL,
/openbsd/src/bin/stty/
Dcchar.c64 { "quit", VQUIT, CQUIT },