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

/haiku-fatelf/src/libs/edit/
H A Dtty.h168 #ifndef CQUIT
169 # define CQUIT 034 /* ^\ */ macro
170 #endif /* CQUIT */
H A Dtty.c88 CINTR, CQUIT, CERASE, CKILL,
97 CINTR, CQUIT, CERASE, CKILL,
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp55 #ifndef CQUIT
56 #define CQUIT ('\\'&037) macro
368 tio.c_cc[VQUIT] = CQUIT; /* '^\' */
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c644 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
651 #undef CQUIT macro
676 #ifndef CQUIT
677 #define CQUIT CTRL('\\') macro
720 mode.c_cc[VQUIT] = CHK(mode.c_cc[VQUIT], CQUIT);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c80 #ifndef CQUIT
81 # define CQUIT 28 macro
382 {"quit", CQUIT, VQUIT},

Completed in 78 milliseconds