Home | History | Annotate | Download | only in src

Lines Matching refs:quit

52 	int quit;
3303 edchars.quit = tty_state.c_cc[VQUIT];
3317 if (edchars.quit == _POSIX_VDISABLE)
3318 edchars.quit = -1;
3335 if (edchars.quit >= 0)
3336 bind_if_not_bound(0, edchars.quit, XFUNC_noop);
3575 if (c == edchars.intr || c == edchars.quit) {
5472 edchars.erase = edchars.kill = edchars.intr = edchars.quit =