Searched refs:sg_kill (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c118 result = cur_term->Ottyb.sg_kill;
/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h70 char sg_kill; /* kill character */ member in struct:sgttyb
/freebsd-10-stable/contrib/tcsh/
H A Dmi.termios.c273 termios_p->c_cc[VKILL] = sgbuf.sg_kill;
380 sgbuf.sg_kill = termios_p->c_cc[VKILL];
H A Ded.term.c884 s[C_KILL] = n->sg_kill;
1022 n->sg_kill = s[C_KILL];
/freebsd-10-stable/contrib/telnet/telnet/
H A Dexterns.h354 # define termKillChar nttyb.sg_kill
370 # define termKillCharp (cc_t *)&nttyb.sg_kill
H A Dsys_bsd.c322 nttyb.sg_kill = ottyb.sg_kill;
/freebsd-10-stable/sys/kern/
H A Dtty_compat.c123 term->c_cc[VKILL] = sg->sg_kill;
214 sg->sg_kill = cc[VKILL];
/freebsd-10-stable/contrib/top/
H A Dscreen.c256 ch_kill = old_settings.sg_kill;
/freebsd-10-stable/contrib/libreadline/
H A Drltty.c202 _rl_tty_chars.t_kill = tiop->sgttyb.sg_kill;
877 SET_SPECIAL (ttybuff.sgttyb.sg_kill, rl_unix_line_discard);
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c339 ttyb.sg_erase = ttyb.sg_kill = '\0';
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c223 *valp = termbuf.sg.sg_kill;
224 *valpp = (cc_t *)&termbuf.sg.sg_kill;
/freebsd-10-stable/contrib/ntp/clockstuff/
H A Dchutest.c193 ttyb.sg_erase = ttyb.sg_kill = 0;
/freebsd-10-stable/contrib/less/
H A Dscreen.c537 kill_char = s.sg_kill;

Completed in 93 milliseconds