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

/freebsd-9.3-release/sys/teken/
H A Dteken_scs.h29 static inline teken_char_t
30 teken_scs_process(teken_t *t, teken_char_t c)
52 static teken_char_t
53 teken_scs_special_graphics(teken_t *t, teken_char_t c)
64 static teken_char_t
65 teken_scs_uk_national(teken_t *t, teken_char_t c)
74 static teken_char_t
75 teken_scs_us_ascii(teken_t *t __unused, teken_char_t c)
H A Dteken.h41 typedef uint32_t teken_char_t; typedef
80 typedef void teken_state_t(teken_t *, teken_char_t);
88 typedef void tf_putchar_t(void *, const teken_pos_t *, teken_char_t,
90 typedef void tf_fill_t(void *, const teken_rect_t *, teken_char_t,
115 typedef teken_char_t teken_scs_t(teken_t *, teken_char_t);
149 teken_char_t t_utf8_partial;
H A Dteken_wcwidth.h14 teken_char_t first;
15 teken_char_t last;
19 static int bisearch(teken_char_t ucs, const struct interval *table, int max) {
38 static int teken_wcwidth(teken_char_t ucs)
H A Dteken.c89 teken_funcs_putchar(teken_t *t, const teken_pos_t *p, teken_char_t c,
101 const teken_char_t c, const teken_attr_t *a)
168 teken_input_char(teken_t *t, teken_char_t c)
402 teken_state_numbers(teken_t *t, teken_char_t c)
H A Dteken_subr.h31 static void teken_subr_regular_character(teken_t *, teken_char_t);
776 teken_subr_do_putchar(teken_t *t, const teken_pos_t *tp, teken_char_t c,
810 teken_subr_regular_character(teken_t *t, teken_char_t c)
/freebsd-9.3-release/sys/teken/stress/
H A Dteken_stress.c69 teken_char_t c __unused, const teken_attr_t *a __unused)
75 teken_char_t c __unused, const teken_attr_t *a __unused)
/freebsd-9.3-release/sys/teken/demo/
H A Dteken_demo.c69 teken_char_t c;
142 test_putchar(void *s __unused, const teken_pos_t *p, teken_char_t c,
152 test_fill(void *s, const teken_rect_t *r, teken_char_t c,
/freebsd-9.3-release/sys/kern/
H A Dsubr_terminal.c212 tm->tm_class->tc_fill(tm, &r, TCHAR_CREATE((teken_char_t)' ',
563 termteken_putchar(void *softc, const teken_pos_t *p, teken_char_t c,
572 termteken_fill(void *softc, const teken_rect_t *r, teken_char_t c,
/freebsd-9.3-release/sys/dev/syscons/
H A Dscterm-teken.c504 scteken_get_cp437(teken_char_t *c, int *attr)
536 scteken_putchar(void *arg, const teken_pos_t *tp, teken_char_t c,
573 scteken_fill(void *arg, const teken_rect_t *r, teken_char_t c,

Completed in 62 milliseconds