Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dmi.termios.c269 termios_p->c_cc[VERASE] = sgbuf.sg_erase;
377 sgbuf.sg_erase = termios_p->c_cc[VERASE];
H A Ded.term.c880 s[C_ERASE] = n->sg_erase; in tty_getchar()
1018 n->sg_erase = s[C_ERASE]; in tty_setchar()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h347 # define termEraseChar nttyb.sg_erase
363 # define termEraseCharp (cc_t *)&nttyb.sg_erase
H A Dsys_bsd.c317 nttyb.sg_erase = ottyb.sg_erase; in TerminalDefaultChars()
/freebsd/sys/sys/
H A Dioctl_compat.h68 char sg_erase; /* erase character */ member
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c100 result = termp->Ottyb.sg_erase; in NCURSES_SP_NAME()
/freebsd/sys/kern/
H A Dtty_compat.c118 term->c_cc[VERASE] = sg->sg_erase; in ttsetcompat()
209 sg->sg_erase = cc[VERASE]; in tty_ioctl_compat()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c339 ttyb.sg_erase = ttyb.sg_kill = '\0'; in leitch_start()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c193 ttyb.sg_erase = ttyb.sg_kill = 0; in openterm()
/freebsd/contrib/less/
H A Dscreen.c619 erase_char = s.sg_erase; in raw_mode()