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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.term.c484 { "start", C_SH(C_START), M_CHAR },
811 s[C_START] = n->c_cc[VSTART];
872 s[C_START] = n->t_startc;
947 n->c_cc[VSTART] = s[C_START];
1010 n->t_startc = s[C_START];
H A Ded.term.h471 #define C_START 10 macro
/freebsd-9.3-release/lib/libedit/
H A Dtty.h417 #define C_START 10 macro
H A Dtty.c397 {"start", C_SH(C_START), MD_CHAR},
613 case C_START:
711 s[C_START] = td->c_cc[VSTART];
793 td->c_cc[VSTART] = s[C_START];

Completed in 65 milliseconds