Searched refs:VQUIT (Results 1 – 8 of 8) sorted by relevance
285 # ifdef VQUIT286 # if NUMCC <= VQUIT287 # undef VQUIT
374 #if defined(VQUIT)634 #ifdef VQUIT in tty__getcharindex()636 return VQUIT; in tty__getcharindex()741 #ifdef VQUIT in tty__getchar()742 s[C_QUIT] = td->c_cc[VQUIT]; in tty__getchar()823 #ifdef VQUIT in tty__setchar()824 td->c_cc[VQUIT] = s[C_QUIT]; in tty__setchar()
71 TTYCHAR(VQUIT, 2)
44 #define VQUIT 1 macro
57 #define VQUIT 1 /* Quit character [ISIG]. */ macro
164 TT.termios.c_cc[VQUIT] = CTL('\\'); in termios_init()
75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/ in reset_term()
3289 edchars.quit = tty_state.c_cc[VQUIT]; in x_mode()