Searched refs:C_QUIT (Results 1 – 5 of 5) sorted by relevance
43 #define C_QUIT 42 macro
454 { "quit", C_SH(C_QUIT), M_CHAR },781 s[C_QUIT] = n->c_cc[VQUIT]; in tty_getchar()868 s[C_QUIT] = n->t_quitc; in tty_getchar()917 n->c_cc[VQUIT] = s[C_QUIT]; in tty_setchar()1006 n->t_quitc = s[C_QUIT]; in tty_setchar()
469 #define C_QUIT 1 macro
379 {"quit", C_SH(C_QUIT), MD_CHAR},632 case C_QUIT: in tty__getcharindex()739 s[C_QUIT] = td->c_cc[VQUIT]; in tty__getchar()821 td->c_cc[VQUIT] = s[C_QUIT]; in tty__setchar()
407 #define C_QUIT 1 macro