Home | History | Annotate | Download | only in libedit

Lines Matching refs:VQUIT

378 #if defined(VQUIT)
380 #endif /* VQUIT */
631 #ifdef VQUIT
633 return VQUIT;
634 #endif /* VQUIT */
738 #ifdef VQUIT
739 s[C_QUIT] = td->c_cc[VQUIT];
740 #endif /* VQUIT */
820 #ifdef VQUIT
821 td->c_cc[VQUIT] = s[C_QUIT];
822 #endif /* VQUIT */
1357 #if defined(SIGQUIT) && defined(VQUIT)
1359 return el->el_tty.t_c[ED_IO][VQUIT];