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

/freebsd-9.3-release/bin/stty/
H A Dcchar.c72 { "start", VSTART, CSTART },
/freebsd-9.3-release/lib/libedit/
H A Dtty.c93 CDSWTCH, CERASE2, CSTART, CSTOP,
102 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
H A Dtty.h195 #ifndef CSTART
196 # define CSTART CONTROL('q') macro
197 #endif /* CSTART */
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c936 #ifdef CSTART
937 attr.c_cc[VSTART] = CSTART;
938 #else /* CSTART */
940 #endif /* CSTART */
/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c65 (uc)CDSWTCH, (uc)CERASE2, (uc)CSTART, (uc)CSTOP,
74 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
H A Ded.term.h190 # undef CSTART macro
238 #ifndef CSTART
239 # define CSTART TO_CONTROL('q') macro
240 #endif /* CSTART */
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c680 #undef CSTART macro
707 #ifndef CSTART
708 #define CSTART CTRL('Q') macro
760 #if defined(VSTART) && defined(CSTART)
761 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c75 mode.c_cc[VSTART] = CHK(mode.c_cc[VSTART], CSTART);
/freebsd-9.3-release/sys/sys/
H A Dttydefaults.h79 #define CSTART CTRL('Q') macro
100 CERASE2, CINTR, CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT,

Completed in 81 milliseconds