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

/freebsd-9.3-release/bin/stty/
H A Dcchar.c70 { "quit", VQUIT, CQUIT },
/freebsd-9.3-release/lib/libedit/
H A Dtty.c91 CINTR, CQUIT, CERASE, CKILL,
100 CINTR, CQUIT, CERASE, CKILL,
H A Dtty.h168 #ifndef CQUIT
169 # define CQUIT 034 /* ^\ */ macro
170 #endif /* CQUIT */
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c915 #ifdef CQUIT
916 attr.c_cc[VQUIT] = CQUIT;
917 #else /* CQUIT */
919 #endif /* CQUIT */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c63 (uc)CINTR, (uc)CQUIT, (uc)CERASE, (uc)CKILL,
72 CINTR, CQUIT, CERASE, CKILL,
H A Ded.term.h179 # undef CQUIT macro
211 #ifndef CQUIT
212 # define CQUIT 034 /* ^\ */ macro
213 #endif /* CQUIT */
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c672 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
679 #undef CQUIT macro
704 #ifndef CQUIT
705 #define CQUIT CTRL('\\') macro
756 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c71 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h75 #define CQUIT CTRL('\\') macro
100 CERASE2, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,

Completed in 110 milliseconds