Home
last modified time | relevance | path

Searched refs:VKILL (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/usr.bin/tset/
H A Dset.c61 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL); in reset_mode()
175 if (mode.c_cc[VKILL] == 0 || killch != 0) in set_control_chars()
176 mode.c_cc[VKILL] = killch ? killch : CKILL; in set_control_chars()
H A Dtset.c184 report("Kill", VKILL, CKILL); in main()
/dragonfly/contrib/libedit/src/
H A Dtty.h293 # ifdef VKILL
294 # if NUMCC <= VKILL
295 # undef VKILL
H A Dtty.c137 #ifdef VKILL
138 {C_KILL, VKILL,
384 #if defined(VKILL)
639 #ifdef VKILL in tty__getcharindex()
641 return VKILL; in tty__getcharindex()
744 #ifdef VKILL in tty__getchar()
745 s[C_KILL] = td->c_cc[VKILL]; in tty__getchar()
826 #ifdef VKILL in tty__setchar()
827 td->c_cc[VKILL] = s[C_KILL]; in tty__setchar()
/dragonfly/crypto/openssh/
H A Dttymodes.h64 #if defined(VKILL)
65 TTYCHAR(VKILL, 4)
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c210 reset_char(VKILL, CKILL); in reset_tty_settings()
378 if (DISABLED(tty_settings->c_cc[VKILL]) || my_kill >= 0) { in set_control_chars()
379 tty_settings->c_cc[VKILL] = UChar((my_kill >= 0) in set_control_chars()
608 show_tty_change(old_settings, new_settings, "Kill", VKILL, CKILL); in print_tty_chars()
/dragonfly/contrib/tcsh-6/
H A Ded.term.h348 # ifdef VKILL
349 # if NUMCC <= VKILL
350 # undef VKILL
H A Ded.term.c460 # if defined(VKILL) || defined(TIOCGETP)
790 # ifdef VKILL in tty_getchar()
791 s[C_KILL] = n->c_cc[VKILL]; in tty_getchar()
930 # ifdef VKILL in tty_setchar()
931 n->c_cc[VKILL] = s[C_KILL]; in tty_setchar()
/dragonfly/bin/stty/
H A Dkey.c164 ip->t.c_cc[VKILL] = CTRL('u'); in f_dec()
177 ip->t.c_cc[VKILL] = CKILL; in f_ek()
H A Dcchar.c64 { "kill", VKILL, CKILL },
/dragonfly/usr.bin/top/
H A Dscreen.c400 ch_kill = old_settings.c_cc[VKILL]; in screen_init()
425 ch_kill = old_settings.c_cc[VKILL]; in screen_init()
/dragonfly/libexec/getty/
H A Dinit.c59 { "kl", M(VKILL), NULL }, /* kill character */
H A Dmain.c121 #define KILL tmode.c_cc[VKILL]
H A Dsubr.c204 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
/dragonfly/usr.bin/window/
H A Dwwgets.c66 if (c == wwoldtty.ww_termios.c_cc[VKILL]) in wwgets()
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h90 #define VKILL 7 macro
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c127 result = termp->Ottyb.c_cc[VKILL]; in NCURSES_SP_NAME()
/dragonfly/sys/sys/
H A D_termios.h53 #define VKILL 5 /* ICANON */ macro
/dragonfly/usr.bin/talk/
H A Dinit_disp.c125 my_win.kill = tio.c_cc[VKILL]; in set_edit_chars()
/dragonfly/usr.bin/mail/
H A Dtty.c72 c_kill = ttybuf.c_cc[VKILL]; in grabh()
/dragonfly/games/hack/
H A Dhack.tty.c132 kill_char = inittyb.c_cc[VKILL]; in gettty()
/dragonfly/games/backgammon/common_source/
H A Dtable.c131 if (c == old.c_cc[VKILL] && ncin > 0) { in checkmove()
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c368 _rl_tty_chars.t_kill = tiop->c_cc[VKILL];
855 SET_SPECIAL (VKILL, rl_unix_line_discard);
/dragonfly/usr.bin/telnet/
H A Dexterns.h366 # define termKillChar new_tc.c_cc[VKILL]
/dragonfly/games/atc/
H A Dinput.c263 } else if (c == tty_new.c_cc[VKILL]) { in getcommand()

12