Searched refs:CSTOP (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A Dtty.h198 #ifndef CSTOP
199 # define CSTOP CONTROL('s') macro
200 #endif /* CSTOP */
H A Dtty.c90 CDSWTCH, CERASE2, CSTART, CSTOP,
99 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp61 #ifndef CSTOP
62 #define CSTOP ('Q'&037) macro
378 tio.c_cc[VSTOP] = CSTOP; /* '^Q' */
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c653 #undef CSTOP macro
682 #ifndef CSTOP
683 #define CSTOP CTRL('S') macro
727 #if defined(VSTOP) && defined(CSTOP)
728 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c98 #ifndef CSTOP
99 # define CSTOP Control ('s') macro
394 {"stop", CSTOP, VSTOP},

Completed in 118 milliseconds