Home
last modified time | relevance | path

Searched refs:sg_kill (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/sys/
H A Dioctl_compat.h73 char sg_kill; /* kill character */ member
/netbsd-src/sys/compat/common/
H A Dtty_43.c142 sg->sg_kill = tty_getctrlchar(tp, VKILL); in compat_43_ttioctl()
165 term.c_cc[VKILL] = sg->sg_kill; in compat_43_ttioctl()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c140 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill; in save_tty_chars()
837 SET_SPECIAL (ttybuff.sgttyb.sg_kill, rl_unix_line_discard); in _rl_bind_tty_special_chars()
/netbsd-src/external/bsd/top/dist/
H A Dscreen.c379 ch_kill = old_settings.sg_kill; in screen_init()
/netbsd-src/distrib/utils/more/
H A Dscreen.c218 kill_char = s.sg_kill;
/netbsd-src/external/bsd/ntp/dist/clockstuff/
H A Dchutest.c195 ttyb.sg_erase = ttyb.sg_kill = 0; in openterm()
/netbsd-src/games/warp/
H A Dterm.c79 KILLCH = _tty.sg_kill; /* for finish_command() */ in term_init()
/netbsd-src/external/bsd/less/dist/
H A Dscreen.c634 kill_char = s.sg_kill; in raw_mode()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt660 kill_char = s.sg_kill;