Searched refs:ttyhook_hashook (Results 1 – 3 of 3) sorted by relevance
| /components/lwp/terminal/freebsd/ |
| A D | tty_ttydisc.c | 116 if (ttyhook_hashook(tp, close)) in ttydisc_close() 625 if (ttyhook_hashook(tp, rint_bypass)) in ttydisc_optimize() 629 else if (ttyhook_hashook(tp, rint)) in ttydisc_optimize() 1002 if (ttyhook_hashook(tp, rint)) in ttydisc_rint() 1321 if (ttyhook_hashook(tp, rint_bypass)) in ttydisc_rint_bypass() 1338 if (ttyhook_hashook(tp, rint_done)) in ttydisc_rint_done() 1355 if (ttyhook_hashook(tp, rint_poll)) in ttydisc_rint_poll() 1403 if (ttyhook_hashook(tp, getc_inject)) in ttydisc_getc() 1410 if (ttyhook_hashook(tp, getc_capture)) in ttydisc_getc() 1437 if (ttyhook_hashook(tp, getc_capture) || ttyhook_hashook(tp, getc_inject)) in ttydisc_getc_uio() [all …]
|
| A D | tty.c | 140 if (ttyhook_hashook(tp, getc_inject)) in tty_drain()
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 156 #define ttyhook_hashook(tp, hook) \ macro 159 #define ttyhook_hashook(tp, hook) (RT_FALSE) macro
|
Completed in 15 milliseconds