Searched refs:CQUIT (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/contrib/tcsh/
H A Ded.term.h178 # undef CQUIT macro
210 #ifndef CQUIT
211 # define CQUIT 034 /* ^\ */ macro
212 #endif /* CQUIT */
H A Ded.init.c59 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
68 CINTR, CQUIT, CERASE, CKILL,
/freebsd-11-stable/lib/libedit/
H A Dtty.h168 #ifndef CQUIT
169 # define CQUIT 034 /* ^\ */ macro
170 #endif /* CQUIT */
H A Dtty.c101 CINTR, CQUIT, CERASE, CKILL,
110 CINTR, CQUIT, CERASE, CKILL,
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c915 #ifdef CQUIT
916 attr.c_cc[VQUIT] = CQUIT;
917 #else /* CQUIT */
919 #endif /* CQUIT */
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c695 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
702 #undef CQUIT macro
727 #ifndef CQUIT
728 #define CQUIT CTRL('\\') macro
779 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
/freebsd-11-stable/bin/stty/
H A Dcchar.c70 { "quit", VQUIT, CQUIT },
/freebsd-11-stable/usr.bin/tset/
H A Dset.c71 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
/freebsd-11-stable/sys/sys/
H A Dttydefaults.h75 #define CQUIT CTRL('\\') macro
104 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,

Completed in 106 milliseconds