Searched refs:C_QUIT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_def.h43 #define C_QUIT 42 macro
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c454 { "quit", C_SH(C_QUIT), M_CHAR },
781 s[C_QUIT] = n->c_cc[VQUIT];
868 s[C_QUIT] = n->t_quitc;
917 n->c_cc[VQUIT] = s[C_QUIT];
1006 n->t_quitc = s[C_QUIT];
H A Ded.term.h469 #define C_QUIT 1 macro
/freebsd-11-stable/lib/libedit/
H A Dtty.h408 #define C_QUIT 1 macro
H A Dtty.c380 {"quit", C_SH(C_QUIT), MD_CHAR},
632 case C_QUIT:
739 s[C_QUIT] = td->c_cc[VQUIT];
821 td->c_cc[VQUIT] = s[C_QUIT];

Completed in 80 milliseconds