Symbol: teken_rect_t
stand/common/gfx_fb.c
1063
gfx_fb_fill(void *arg, const teken_rect_t *r, teken_char_t c,
stand/common/gfx_fb.c
1190
gfx_fb_copy_area(teken_gfx_t *state, const teken_rect_t *s,
stand/common/gfx_fb.c
1255
teken_rect_t sr;
stand/common/gfx_fb.c
1294
gfx_fb_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p)
stand/common/gfx_fb.c
1705
teken_rect_t r;
stand/common/gfx_fb.c
1812
teken_rect_t rect;
stand/common/gfx_fb.h
281
void term_image_display(teken_gfx_t *, const teken_rect_t *);
stand/efi/libefi/efi_console.c
144
term_image_display(teken_gfx_t *state, const teken_rect_t *r)
stand/efi/libefi/efi_console.c
253
efi_text_fill(void *arg, const teken_rect_t *r, teken_char_t c,
stand/efi/libefi/efi_console.c
306
efi_text_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p)
stand/i386/libi386/vidconsole.c
103
term_image_display(teken_gfx_t *state, const teken_rect_t *r)
stand/i386/libi386/vidconsole.c
359
vidc_text_fill(void *arg, const teken_rect_t *r, teken_char_t c,
stand/i386/libi386/vidconsole.c
377
vidc_text_copy(void *ptr, const teken_rect_t *r, const teken_pos_t *p)
sys/dev/syscons/scterm-teken.c
561
scteken_fill(void *arg, const teken_rect_t *r, teken_char_t c,
sys/dev/syscons/scterm-teken.c
603
scteken_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p)
sys/kern/subr_terminal.c
646
termteken_fill(void *softc, const teken_rect_t *r, teken_char_t c,
sys/kern/subr_terminal.c
655
termteken_copy(void *softc, const teken_rect_t *r, const teken_pos_t *p)
sys/sys/terminal.h
142
typedef teken_rect_t term_rect_t;
sys/teken/demo/teken_demo.c
152
test_fill(void *s, const teken_rect_t *r, teken_char_t c,
sys/teken/demo/teken_demo.c
164
test_copy(void *s __unused, const teken_rect_t *r, const teken_pos_t *p)
sys/teken/stress/teken_stress.c
74
stress_fill(void *s __unused, const teken_rect_t *r __unused,
sys/teken/stress/teken_stress.c
80
stress_copy(void *s __unused, const teken_rect_t *r __unused,
sys/teken/teken.c
111
teken_funcs_fill(const teken_t *t, const teken_rect_t *r,
sys/teken/teken.c
125
teken_funcs_copy(const teken_t *t, const teken_rect_t *r, const teken_pos_t *p)
sys/teken/teken.h
92
typedef void tf_fill_t(void *, const teken_rect_t *, teken_char_t,
sys/teken/teken.h
94
typedef void tf_copy_t(void *, const teken_rect_t *, const teken_pos_t *);
sys/teken/teken_subr.h
186
teken_rect_t tr;
sys/teken/teken_subr.h
394
teken_rect_t tr;
sys/teken/teken_subr.h
417
teken_rect_t tr;
sys/teken/teken_subr.h
486
teken_rect_t tr;
sys/teken/teken_subr.h
502
teken_rect_t r;
sys/teken/teken_subr.h
538
teken_rect_t r;
sys/teken/teken_subr.h
645
teken_rect_t tr;
sys/teken/teken_subr.h
671
teken_rect_t tr;
sys/teken/teken_subr.h
734
teken_rect_t tr;
sys/teken/teken_subr.h
804
teken_rect_t ctr;
sys/teken/teken_subr.h
91
teken_rect_t tr;