Searched refs:VQUIT (Results 1 – 22 of 22) sorted by relevance
| /openbsd/src/lib/libedit/ |
| D | tty.h | 284 # ifdef VQUIT 285 # if NUMCC <= VQUIT 286 # undef VQUIT
|
| D | tty.c | 372 #if defined(VQUIT) 624 #ifdef VQUIT in tty__getcharindex() 626 return VQUIT; in tty__getcharindex() 731 #ifdef VQUIT in tty__getchar() 732 s[C_QUIT] = td->c_cc[VQUIT]; in tty__getchar() 813 #ifdef VQUIT in tty__setchar() 814 td->c_cc[VQUIT] = s[C_QUIT]; in tty__setchar()
|
| /openbsd/src/libexec/getty/ |
| D | init.c | 59 { "qu", &tmode.c_cc[VQUIT] }, /* quit char */
|
| D | subr.c | 143 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
|
| /openbsd/src/lib/libcurses/ |
| D | nc_termios.h | 96 #define VQUIT 10 macro
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | genchars.pl | 53 VQUIT => "QUIT",
|
| /openbsd/src/bin/stty/ |
| D | cchar.c | 64 { "quit", VQUIT, CQUIT },
|
| /openbsd/src/usr.bin/ssh/ |
| D | ttymodes.h | 62 TTYCHAR(VQUIT, 2)
|
| /openbsd/src/sys/sys/ |
| D | termios.h | 62 #define VQUIT 9 /* ISIG */ macro
|
| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | terminal.c | 734 if (ttybuff.c_cc[VQUIT] == '\177') in terminal_prep_terminal() 735 ttybuff.c_cc[VQUIT] = -1; in terminal_prep_terminal()
|
| /openbsd/src/usr.bin/telnet/ |
| D | externs.h | 273 # define termQuitChar new_tc.c_cc[VQUIT]
|
| /openbsd/src/usr.bin/vi/cl/ |
| D | cl_screen.c | 335 clp->vi_enter.c_cc[VQUIT] = _POSIX_VDISABLE; in cl_vi_init()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 66 TMP_MAX TOSTOP TZNAME_MAX VEOF VEOL VERASE VINTR VKILL VMIN VQUIT
|
| /openbsd/src/usr.bin/cu/ |
| D | cu.c | 282 tio.c_cc[VQUIT] = _POSIX_VDISABLE; in set_termios()
|
| /openbsd/src/usr.bin/tic/ |
| D | reset_cmd.c | 217 reset_char(VQUIT, CQUIT); in reset_tty_settings()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 73 VERASE VINTR VKILL VMIN VQUIT VSTART VSTOP VSUSP VTIME
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | rltty.c | 427 _rl_tty_chars.t_quit = tiop->c_cc[VQUIT];
|
| /openbsd/src/gnu/lib/libreadline/examples/ |
| D | rlfe.c | 585 add_special_char(t.c_cc[VQUIT]); in main()
|
| /openbsd/src/bin/ksh/ |
| D | edit.c | 174 edchars.quit = cb.c_cc[VQUIT]; in x_mode()
|
| /openbsd/src/sys/kern/ |
| D | tty.c | 356 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) { in ttyinput()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| D | POSIX.pod | 2613 C<VEOF> C<VEOL> C<VERASE> C<VINTR> C<VKILL> C<VQUIT> C<VSUSP> C<VSTART> C<VSTOP> C<VMIN> C<VTIME> C…
|
| /openbsd/src/gnu/usr.bin/texinfo/ |
| D | ChangeLog.46 | 8723 and VQUIT in conditionals.
|