Searched refs:C_STOP (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/vi/ |
H A D | ex_def.h | 53 #define C_STOP 52 macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 484 { "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 D | ed.term.h | 479 #define C_STOP 11 macro
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 409 {"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 D | tty.h | 417 #define C_STOP 11 macro
|
/freebsd/contrib/nvi/vi/ |
H A D | v_ex.c | 156 ex_cinit(sp, &cmd, C_STOP, 0, OOBLNO, OOBLNO, 0); in v_suspend()
|