Searched refs:C_QUIT (Results 1 – 2 of 2) sorted by relevance
375 {"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()
409 #define C_QUIT 1 macro