Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c405 {"stop", C_SH(C_STOP), MD_CHAR},
675 case C_STOP: in tty__getcharindex()
772 s[C_STOP] = td->c_cc[VSTOP]; in tty__getchar()
854 td->c_cc[VSTOP] = s[C_STOP]; in tty__setchar()
Dtty.h419 #define C_STOP 11 macro