Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.h78 #define TF_LITERAL 0x00200 /* Accept the next character literally. */ macro
/freebsd/sys/kern/
H A Dtty_ttydisc.c1065 if (tp->t_flags & TF_LITERAL) { in ttydisc_rint()
1066 tp->t_flags &= ~TF_LITERAL; in ttydisc_rint()
1081 tp->t_flags |= TF_LITERAL; in ttydisc_rint()
H A Dtty.c2306 { TF_LITERAL, 'L' },
/freebsd/usr.sbin/pstat/
H A Dpstat.c305 { TF_LITERAL, 'L' },