Home
last modified time | relevance | path

Searched refs:C_STOP (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/vi/
H A Dex_def.h53 #define C_STOP 52 macro
/freebsd/contrib/tcsh/
H A Ded.term.c484 { "stop", C_SH(C_STOP), M_CHAR },
811 s[C_STOP] = n->c_cc[VSTOP]; in tty_getchar()
870 s[C_STOP] = n->t_stopc; in tty_getchar()
947 n->c_cc[VSTOP] = s[C_STOP]; in tty_setchar()
1008 n->t_stopc = s[C_STOP]; in tty_setchar()
H A Ded.term.h479 #define C_STOP 11 macro
/freebsd/contrib/libedit/
H A Dtty.c409 {"stop", C_SH(C_STOP), MD_CHAR},
672 case C_STOP: in tty__getcharindex()
769 s[C_STOP] = td->c_cc[VSTOP]; in tty__getchar()
851 td->c_cc[VSTOP] = s[C_STOP]; in tty__setchar()
H A Dtty.h417 #define C_STOP 11 macro
/freebsd/contrib/nvi/vi/
H A Dv_ex.c156 ex_cinit(sp, &cmd, C_STOP, 0, OOBLNO, OOBLNO, 0); in v_suspend()