Home
last modified time | relevance | path

Searched refs:sg_erase (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/sys/
H A Dioctl_compat.h72 char sg_erase; /* erase character */ member
/netbsd/sys/compat/common/
H A Dtty_43.c141 sg->sg_erase = tty_getctrlchar(tp, VERASE); in compat_43_ttioctl()
164 term.c_cc[VERASE] = sg->sg_erase; in compat_43_ttioctl()
/netbsd/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c139 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase; in save_tty_chars()
836 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout); in _rl_bind_tty_special_chars()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.c139 _rl_tty_chars.t_erase = tiop->sgttyb.sg_erase; in save_tty_chars()
836 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout); in _rl_bind_tty_special_chars()
/netbsd/external/bsd/top/dist/
H A Dscreen.c378 ch_erase = old_settings.sg_erase; in screen_init()
/netbsd/distrib/utils/more/
H A Dscreen.c217 erase_char = s.sg_erase;
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_leitch.c341 ttyb.sg_erase = ttyb.sg_kill = '\0'; in leitch_start()
/netbsd/external/bsd/ntp/dist/clockstuff/
H A Dchutest.c195 ttyb.sg_erase = ttyb.sg_kill = 0; in openterm()
/netbsd/games/warp/
H A Dterm.c78 ERASECH = _tty.sg_erase; /* for finish_command() */ in term_init()
/netbsd/bin/ksh/
H A Dedit.c253 edchars.erase = cb.sgttyb.sg_erase; in x_mode()
/netbsd/external/bsd/less/dist/
H A Dscreen.c531 erase_char = s.sg_erase;