Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h80 #define TF_LITERAL 0x00200 /* Accept the next character literally. */ macro
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c908 if (tp->t_flags & TF_LITERAL) { in ttydisc_rint()
909 tp->t_flags &= ~TF_LITERAL; in ttydisc_rint()
924 tp->t_flags |= TF_LITERAL; in ttydisc_rint()
H A Dtty.c2273 { TF_LITERAL, 'L' },