Symbol: teken_attr_t
stand/common/gfx_fb.c
1032
const teken_attr_t *a)
stand/common/gfx_fb.c
1064
const teken_attr_t *a)
stand/common/gfx_fb.c
1512
const teken_attr_t *ap;
stand/common/gfx_fb.c
2347
font_lookup(const struct vt_font *vf, teken_char_t c, const teken_attr_t *a)
stand/common/gfx_fb.c
278
gfx_fb_setcolors(teken_attr_t *attr, ev_sethook_t sethook,
stand/common/gfx_fb.c
960
const teken_attr_t *a, uint32_t alpha, bool cursor)
stand/common/gfx_fb.h
242
const teken_attr_t *);
stand/common/gfx_fb.h
255
teken_attr_t a;
stand/common/gfx_fb.h
280
void gfx_fb_setcolors(teken_attr_t *, ev_sethook_t, ev_unsethook_t);
stand/efi/libefi/efi_console.c
126
static void cons_draw_frame(teken_attr_t *);
stand/efi/libefi/efi_console.c
233
const teken_attr_t *a)
stand/efi/libefi/efi_console.c
254
const teken_attr_t *a)
stand/efi/libefi/efi_console.c
486
const teken_attr_t *ap;
stand/efi/libefi/efi_console.c
487
teken_attr_t a;
stand/efi/libefi/efi_console.c
881
cons_draw_frame(teken_attr_t *a)
stand/efi/libefi/efi_console.c
883
teken_attr_t attr = *a;
stand/efi/libefi/efi_console.c
910
const teken_attr_t *a;
stand/efi/libefi/efi_console.c
911
teken_attr_t attr;
stand/i386/libi386/vidconsole.c
343
const teken_attr_t *a)
stand/i386/libi386/vidconsole.c
360
const teken_attr_t *a)
stand/i386/libi386/vidconsole.c
50
static void cons_draw_frame(teken_attr_t *);
stand/i386/libi386/vidconsole.c
572
const teken_attr_t *ap;
stand/i386/libi386/vidconsole.c
573
teken_attr_t a;
stand/i386/libi386/vidconsole.c
668
cons_draw_frame(teken_attr_t *a)
stand/i386/libi386/vidconsole.c
670
teken_attr_t attr = *a;
stand/i386/libi386/vidconsole.c
790
teken_attr_t a = { 0 };
stand/i386/libi386/vidconsole.c
881
const teken_attr_t *a;
stand/i386/libi386/vidconsole.c
882
teken_attr_t attr;
stand/i386/libi386/vidconsole.c
983
const teken_attr_t *a;
sys/dev/syscons/scterm-teken.c
120
teken_attr_t ta;
sys/dev/syscons/scterm-teken.c
211
teken_attr_t ta;
sys/dev/syscons/scterm-teken.c
327
scteken_sc_to_te_attr(unsigned char color, teken_attr_t *a)
sys/dev/syscons/scterm-teken.c
343
scteken_te_to_sc_attr(const teken_attr_t *a)
sys/dev/syscons/scterm-teken.c
525
const teken_attr_t *a)
sys/dev/syscons/scterm-teken.c
53
static void scteken_sc_to_te_attr(unsigned char, teken_attr_t *);
sys/dev/syscons/scterm-teken.c
54
static int scteken_te_to_sc_attr(const teken_attr_t *);
sys/dev/syscons/scterm-teken.c
562
const teken_attr_t *a)
sys/dev/vt/vt_buf.c
419
const teken_attr_t *a;
sys/dev/vt/vt_buf.c
504
const teken_attr_t *a;
sys/dev/vt/vt_core.c
1470
const teken_attr_t *a;
sys/dev/vt/vt_cpulogos.c
122
const teken_attr_t *a;
sys/kern/subr_terminal.c
122
static teken_attr_t kernel_message = {
sys/kern/subr_terminal.c
128
static teken_attr_t default_message = {
sys/kern/subr_terminal.c
602
teken_attr_t backup;
sys/kern/subr_terminal.c
638
const teken_attr_t *a)
sys/kern/subr_terminal.c
647
const teken_attr_t *a)
sys/sys/terminal.h
78
typedef teken_attr_t term_attr_t;
sys/teken/demo/teken_demo.c
143
const teken_attr_t *a)
sys/teken/demo/teken_demo.c
153
const teken_attr_t *a)
sys/teken/demo/teken_demo.c
70
teken_attr_t a;
sys/teken/stress/teken_stress.c
69
teken_char_t c __unused, const teken_attr_t *a __unused)
sys/teken/stress/teken_stress.c
75
teken_char_t c __unused, const teken_attr_t *a __unused)
sys/teken/teken.c
100
const teken_attr_t *a)
sys/teken/teken.c
112
const teken_char_t c, const teken_attr_t *a)
sys/teken/teken.c
339
const teken_attr_t *
sys/teken/teken.c
347
teken_set_curattr(teken_t *t, const teken_attr_t *a)
sys/teken/teken.c
353
const teken_attr_t *
sys/teken/teken.c
361
teken_set_defattr(teken_t *t, const teken_attr_t *a)
sys/teken/teken.h
142
teken_attr_t t_curattr;
sys/teken/teken.h
144
teken_attr_t t_saved_curattr;
sys/teken/teken.h
146
teken_attr_t t_defattr;
sys/teken/teken.h
174
const teken_attr_t *teken_get_curattr(const teken_t *);
sys/teken/teken.h
175
const teken_attr_t *teken_get_defattr(const teken_t *);
sys/teken/teken.h
179
void teken_set_curattr(teken_t *, const teken_attr_t *);
sys/teken/teken.h
180
void teken_set_defattr(teken_t *, const teken_attr_t *);
sys/teken/teken.h
91
const teken_attr_t *);
sys/teken/teken.h
93
const teken_attr_t *);
sys/teken/teken_subr.h
820
teken_attr_t attr;