Searched refs:VSWTCH (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A Dtty.h314 # ifdef VSWTCH
315 # if NUMCC <= VSWTCH
316 # undef VSWTCH macro
317 # endif /* NUMCC <= VSWTCH */
318 # endif /* VSWTCH */
H A Dtty.c384 #if defined(VSWTCH)
386 #endif /* VSWTCH */
597 #ifdef VSWTCH
599 return VSWTCH;
600 #endif /* VSWTCH */
698 #ifdef VSWTCH
699 s[C_SWTCH] = td->c_cc[VSWTCH];
700 #endif /* VSWTCH */
780 #ifdef VSWTCH
781 td->c_cc[VSWTCH]
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c107 /* Some platforms have VSWTC, others VSWTCH. In both cases, this control
109 #if defined VSWTC && !defined VSWTCH
110 # define VSWTCH VSWTC macro
113 #if defined VSUSP && !defined VSWTCH
114 # define VSWTCH VSUSP macro
119 #if defined VSWTCH && !defined CSWTCH
390 #ifdef VSWTCH
391 {"swtch", CSWTCH, VSWTCH},
1502 #if VSWTCH == VSUSP
1586 #if VSWTCH
[all...]
/haiku-fatelf/headers/posix/
H A Dtermios.h39 #define VSWTCH 7 macro
/haiku-fatelf/src/tests/apps/miniterminal/
H A DMiniView.cpp179 tio.c_cc[VSWTCH] = 0; /* '^@' */
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp376 tio.c_cc[VSWTCH] = CSWTCH; /* '^@' */

Completed in 55 milliseconds