Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/teken/
Dteken_scs.h29 static inline teken_char_t
30 teken_scs_process(teken_t *t, teken_char_t c) in teken_scs_process()
52 static teken_char_t
53 teken_scs_special_graphics(teken_t *t, teken_char_t c) in teken_scs_special_graphics()
64 static teken_char_t
65 teken_scs_uk_national(teken_t *t, teken_char_t c) in teken_scs_uk_national()
74 static teken_char_t
75 teken_scs_us_ascii(teken_t *t __unused, teken_char_t c) in teken_scs_us_ascii()
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;
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) { in bisearch()
38 static int teken_wcwidth(teken_char_t ucs) in teken_wcwidth()
Dteken.c91 teken_funcs_putchar(teken_t *t, const teken_pos_t *p, teken_char_t c, in teken_funcs_putchar()
103 const teken_char_t c, const teken_attr_t *a) in teken_funcs_fill()
170 teken_input_char(teken_t *t, teken_char_t c) in teken_input_char()
404 teken_state_numbers(teken_t *t, teken_char_t c) in teken_state_numbers()
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, in teken_subr_do_putchar()
810 teken_subr_regular_character(teken_t *t, teken_char_t c) in teken_subr_regular_character()
/freebsd-10-stable/sys/teken/stress/
Dteken_stress.c69 teken_char_t c __unused, const teken_attr_t *a __unused) in stress_putchar()
75 teken_char_t c __unused, const teken_attr_t *a __unused) in stress_fill()
/freebsd-10-stable/sys/teken/demo/
Dteken_demo.c69 teken_char_t c;
142 test_putchar(void *s __unused, const teken_pos_t *p, teken_char_t c, in test_putchar()
152 test_fill(void *s, const teken_rect_t *r, teken_char_t c, in test_fill()
/freebsd-10-stable/sys/kern/
Dsubr_terminal.c220 TCHAR_CREATE((teken_char_t)' ', attr)); in terminal_set_winsize_blank()
575 termteken_putchar(void *softc, const teken_pos_t *p, teken_char_t c, in termteken_putchar()
584 termteken_fill(void *softc, const teken_rect_t *r, teken_char_t c, in termteken_fill()
/freebsd-10-stable/sys/dev/syscons/
Dscterm-teken.c515 scteken_get_cp437(teken_char_t *c, int *attr) in scteken_get_cp437()
547 scteken_putchar(void *arg, const teken_pos_t *tp, teken_char_t c, in scteken_putchar()
584 scteken_fill(void *arg, const teken_rect_t *r, teken_char_t c, in scteken_fill()