Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c375 {"quit", C_SH(C_QUIT), MD_CHAR},
635 case C_QUIT: in tty__getcharindex()
742 s[C_QUIT] = td->c_cc[VQUIT]; in tty__getchar()
824 td->c_cc[VQUIT] = s[C_QUIT]; in tty__setchar()
Dtty.h409 #define C_QUIT 1 macro