Home
last modified time | relevance | path

Searched refs:VERASE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A D_termios.h50 #define VERASE 3 /* ICANON */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c122 term->c_cc[VERASE] = sg->sg_erase; in ttsetcompat()
213 sg->sg_erase = cc[VERASE]; in tty_ioctl_compat()
H A Dtty_ttydisc.c815 ttydisc_echo(tp, tp->t_termios.c_cc[VERASE], 0); in ttydisc_rubchar()
1020 if (CMP_CC(VERASE, c) || CMP_CC(VERASE2, c)) { in ttydisc_rint()