Home
last modified time | relevance | path

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

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