Searched refs:VQUIT (Results 1 - 13 of 13) sorted by relevance

/external/libedit/src/
H A Dtty.h285 # ifdef VQUIT
286 # if NUMCC <= VQUIT
287 # undef VQUIT macro
288 # endif /* NUMCC <= VQUIT */
289 # endif /* VQUIT */
H A Dtty.c374 #if defined(VQUIT)
376 #endif /* VQUIT */
634 #ifdef VQUIT
636 return VQUIT;
637 #endif /* VQUIT */
741 #ifdef VQUIT
742 s[C_QUIT] = td->c_cc[VQUIT];
743 #endif /* VQUIT */
823 #ifdef VQUIT
824 td->c_cc[VQUIT]
[all...]
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h45 #define VQUIT 1 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h58 #define VQUIT 1 /* Quit character [ISIG]. */ macro
/external/python/cpython2/Lib/plat-irix5/
H A DIOCTL.py44 VQUIT = 1 variable
/external/python/cpython2/Lib/plat-irix6/
H A DIOCTL.py44 VQUIT = 1 variable
/external/toybox/toys/pending/
H A Dstty.c78 { "intr", VINTR }, { "quit", VQUIT }, { "erase", VERASE }, { "kill", VKILL },
294 t->c_cc[VQUIT] = 0x1c;
H A Dgetty.c164 TT.termios.c_cc[VQUIT] = CTL('\\');
H A Dinit.c75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/
/external/python/cpython2/Modules/
H A Dtermios.c542 {"VQUIT", VQUIT},
/external/python/cpython3/Modules/
H A Dtermios.c572 {"VQUIT", VQUIT},
/external/libcups/cups/
H A Dusersys.c802 else if (passch == noecho.c_cc[VINTR] || passch == noecho.c_cc[VQUIT] ||
/external/mksh/src/
H A Dedit.c3335 edchars.quit = toedchar(tty_state.c_cc[VQUIT]);

Completed in 1034 milliseconds