Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dterminal.h144 typedef teken_pos_t term_pos_t; typedef
147 typedef void tc_cursor_t(struct terminal *tm, const term_pos_t *p);
148 typedef void tc_putchar_t(struct terminal *tm, const term_pos_t *p,
153 const term_pos_t *p);
216 void terminal_set_cursor(struct terminal *tm, const term_pos_t *pos);
/f-stack/freebsd/kern/
H A Dsubr_terminal.c248 terminal_set_cursor(struct terminal *tm, const term_pos_t *pos) in terminal_set_cursor()