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

/haiku-fatelf/src/libs/edit/
H A Dtty.h201 #ifndef CSUSP
202 # define CSUSP CONTROL('z') macro
203 #endif /* CSUSP */
H A Dtty.c91 CWERASE, CSUSP, CDSUSP, CREPRINT,
100 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp52 #ifndef CSUSP
53 #define CSUSP ('Z'&037) macro
379 tio.c_cc[VSUSP] = CSUSP; /* '^Z' */
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c654 #undef CSUSP macro
685 #ifndef CSUSP
686 #define CSUSP CTRL('Z') macro
730 #if defined(VSUSP) && defined(CSUSP)
731 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c101 #ifndef CSUSP
102 # define CSUSP Control ('z') macro
115 # if defined CSUSP && !defined CSWTCH
116 # define CSWTCH CSUSP
395 {"susp", CSUSP, VSUSP},

Completed in 62 milliseconds