Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dbsd_ttydisc.h65 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS)
A Dterminal.h134 #define TF_BYPASS 0x04000 /* Optimized input path. */ macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c627 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()
631 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()
639 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()
643 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()
1006 if (tp->t_flags & TF_BYPASS) in ttydisc_rint()
1316 MPASS(tp->t_flags & TF_BYPASS); in ttydisc_rint_bypass()

Completed in 6 milliseconds