Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_def.h53 #define C_STOP 52 macro
/NextBSD/contrib/tcsh/
HDed.term.c487 { "stop", C_SH(C_STOP), M_CHAR },
814 s[C_STOP] = n->c_cc[VSTOP]; in tty_getchar()
873 s[C_STOP] = n->t_stopc; in tty_getchar()
950 n->c_cc[VSTOP] = s[C_STOP]; in tty_setchar()
1011 n->t_stopc = s[C_STOP]; in tty_setchar()
HDed.term.h472 #define C_STOP 11 macro
/NextBSD/lib/libedit/
HDtty.c408 {"stop", C_SH(C_STOP), MD_CHAR},
659 case C_STOP: in tty__getcharindex()
756 s[C_STOP] = td->c_cc[VSTOP]; in tty__getchar()
838 td->c_cc[VSTOP] = s[C_STOP]; in tty__setchar()
HDtty.h420 #define C_STOP 11 macro
/NextBSD/contrib/nvi/vi/
HDv_ex.c160 ex_cinit(sp, &cmd, C_STOP, 0, OOBLNO, OOBLNO, 0); in v_suspend()