Searched refs:CSWTCH (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.term.h | 185 # undef CSWTCH 186 # define CSWTCH TO_CONTROL('z') macro 228 #ifndef CSWTCH 229 # define CSWTCH _POSIX_VDISABLE macro
|
H A D | sh.h | 304 # undef CSWTCH 305 # define CSWTCH _POSIX_VDISABLE /* So job control works */ macro 358 # undef CSWTCH 359 # define CSWTCH _POSIX_VDISABLE /* So job control works */ macro 365 #undef CSWTCH 366 #define CSWTCH _POSIX_VDISABLE macro
|
H A D | tc.disc.c | 83 termiob.c_cc[VSWTCH] = CSWTCH;
|
H A D | ed.init.c | 60 (uc)CEOF, (uc)CEOL, (uc)CEOL2, (uc)CSWTCH,
|
H A D | Fixes | 1724 7. DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
|
/freebsd/contrib/libedit/ |
H A D | tty.h | 150 # undef CSWTCH 185 #ifndef CSWTCH 186 # define CSWTCH _POSIX_VDISABLE macro
|
H A D | tty.c | 101 CEOF, CEOL, CEOL2, CSWTCH,
|