Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Dex_def.h43 #define C_QUIT 42 macro
/freebsd/contrib/tcsh/
H A Ded.term.c454 { "quit", C_SH(C_QUIT), M_CHAR },
781 s[C_QUIT] = n->c_cc[VQUIT]; in tty_getchar()
868 s[C_QUIT] = n->t_quitc; in tty_getchar()
917 n->c_cc[VQUIT] = s[C_QUIT]; in tty_setchar()
1006 n->t_quitc = s[C_QUIT]; in tty_setchar()
H A Ded.term.h469 #define C_QUIT 1 macro
/freebsd/contrib/libedit/
H A Dtty.c379 {"quit", C_SH(C_QUIT), MD_CHAR},
632 case C_QUIT: in tty__getcharindex()
739 s[C_QUIT] = td->c_cc[VQUIT]; in tty__getchar()
821 td->c_cc[VQUIT] = s[C_QUIT]; in tty__setchar()
H A Dtty.h407 #define C_QUIT 1 macro