Home
last modified time | relevance | path

Searched refs:term_char_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dterminal.h75 typedef uint32_t term_char_t; typedef
149 term_char_t c);
151 term_char_t c);
221 void terminal_input_char(struct terminal *tm, term_char_t c);
/f-stack/freebsd/kern/
H A Dsubr_terminal.c307 terminal_input_char(struct terminal *tm, term_char_t c) in terminal_input_char()