Searched refs:sg_kill (Results 1 – 10 of 10) sorted by relevance
271 termios_p->c_cc[VKILL] = sgbuf.sg_kill;378 sgbuf.sg_kill = termios_p->c_cc[VKILL];
881 s[C_KILL] = n->sg_kill; in tty_getchar()1019 n->sg_kill = s[C_KILL]; in tty_setchar()
350 # define termKillChar nttyb.sg_kill366 # define termKillCharp (cc_t *)&nttyb.sg_kill
316 nttyb.sg_kill = ottyb.sg_kill; in TerminalDefaultChars()
69 char sg_kill; /* kill character */ member
137 result = termp->Ottyb.sg_kill; in NCURSES_SP_NAME()
119 term->c_cc[VKILL] = sg->sg_kill; in ttsetcompat()210 sg->sg_kill = cc[VKILL]; in tty_ioctl_compat()
339 ttyb.sg_erase = ttyb.sg_kill = '\0'; in leitch_start()
193 ttyb.sg_erase = ttyb.sg_kill = 0; in openterm()
620 kill_char = s.sg_kill; in raw_mode()