Searched refs:TF_LITERAL (Results 1 – 2 of 2) sorted by relevance
1059 if (tp->t_flags & TF_LITERAL) in ttydisc_rint()1061 tp->t_flags &= ~TF_LITERAL; in ttydisc_rint()1079 tp->t_flags |= TF_LITERAL; in ttydisc_rint()
128 #define TF_LITERAL 0x00200 /* Accept the next character literally. */ macro
Completed in 5 milliseconds