Searched refs:teken_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/teken/
H A Dteken.h78 typedef struct __teken teken_t; typedef in typeref:struct:__teken
80 typedef void teken_state_t(teken_t *, teken_char_t);
115 typedef teken_char_t teken_scs_t(teken_t *, teken_char_t);
157 void teken_init(teken_t *, const teken_funcs_t *, void *);
160 void teken_input(teken_t *, const void *, size_t);
163 const teken_pos_t *teken_get_cursor(teken_t *);
164 const teken_attr_t *teken_get_curattr(teken_t *);
165 const teken_attr_t *teken_get_defattr(teken_t *);
166 void teken_get_defattr_cons25(teken_t *, int *, int *);
167 const teken_pos_t *teken_get_winsize(teken_t *);
[all...]
H A Dteken_subr_compat.h30 teken_subr_cons25_set_cursor_type(teken_t *t, unsigned int type)
40 teken_subr_cons25_set_adapter_background(teken_t *t, unsigned int c)
48 teken_subr_cons25_set_adapter_foreground(teken_t *t, unsigned int c)
65 teken_get_defattr_cons25(teken_t *t, int *fg, int *bg)
75 teken_subr_cons25_switch_virtual_terminal(teken_t *t, unsigned int vt)
82 teken_subr_cons25_set_bell_pitch_duration(teken_t *t, unsigned int pitch,
91 teken_subr_cons25_set_graphic_rendition(teken_t *t, unsigned int cmd,
105 teken_subr_cons25_set_terminal_mode(teken_t *t, unsigned int mode)
120 teken_subr_vt52_decid(teken_t *t)
H A Dteken_scs.h30 teken_scs_process(teken_t *t, teken_char_t c)
53 teken_scs_special_graphics(teken_t *t, teken_char_t c)
65 teken_scs_uk_national(teken_t *t, teken_char_t c)
75 teken_scs_us_ascii(teken_t *t __unused, teken_char_t c)
H A Dteken.c72 teken_funcs_bell(teken_t *t)
79 teken_funcs_cursor(teken_t *t)
89 teken_funcs_putchar(teken_t *t, const teken_pos_t *p, teken_char_t c,
100 teken_funcs_fill(teken_t *t, const teken_rect_t *r,
113 teken_funcs_copy(teken_t *t, const teken_rect_t *r, const teken_pos_t *p)
127 teken_funcs_param(teken_t *t, int cmd, unsigned int value)
134 teken_funcs_respond(teken_t *t, const void *buf, size_t len)
148 teken_init(teken_t *t, const teken_funcs_t *tf, void *softc)
168 teken_input_char(teken_t *t, teken_char_t c)
245 teken_input_byte(teken_t *
[all...]
H A Dteken_subr.h29 static void teken_subr_cursor_up(teken_t *, unsigned int);
30 static void teken_subr_erase_line(teken_t *, unsigned int);
31 static void teken_subr_regular_character(teken_t *, teken_char_t);
32 static void teken_subr_reset_to_initial_state(teken_t *);
33 static void teken_subr_save_cursor(teken_t *);
36 teken_tab_isset(teken_t *t, unsigned int col)
50 teken_tab_clear(teken_t *t, unsigned int col)
64 teken_tab_set(teken_t *t, unsigned int col)
78 teken_tab_default(teken_t *t)
89 teken_subr_do_scroll(teken_t *
[all...]
/freebsd-10.1-release/sys/teken/stress/
H A Dteken_stress.c101 teken_t t;
/freebsd-10.1-release/sys/sys/
H A Dterminal.h197 teken_t tm_emulator;
/freebsd-10.1-release/sys/teken/demo/
H A Dteken_demo.c280 teken_t t;
/freebsd-10.1-release/sys/dev/syscons/
H A Dscterm-teken.c68 teken_t ts_teken;

Completed in 112 milliseconds