Searched refs:C_SWTCH (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/tcsh/
H A Ded.term.c67 { "chars:", (C_SH(C_MIN)|C_SH(C_TIME)|C_SH(C_SWTCH)|C_SH(C_DSWTCH)|
475 { "swtch", C_SH(C_SWTCH), M_CHAR },
802 s[C_SWTCH] = n->c_cc[VSWTCH];
938 n->c_cc[VSWTCH] = s[C_SWTCH];
H A Ded.term.h468 #define C_SWTCH 7 macro
/freebsd-11.0-release/lib/libedit/
H A Dtty.h416 #define C_SWTCH 7 macro
H A Dtty.c84 {"chars:", (C_SH(C_MIN) | C_SH(C_TIME) | C_SH(C_SWTCH) | C_SH(C_DSWTCH) |
396 {"swtch", C_SH(C_SWTCH), MD_CHAR},
646 case C_SWTCH:
747 s[C_SWTCH] = td->c_cc[VSWTCH];
829 td->c_cc[VSWTCH] = s[C_SWTCH];

Completed in 64 milliseconds