Symbol: teken_pos_t
stand/common/gfx_fb.c
1015
gfx_fb_printchar(teken_gfx_t *state, const teken_pos_t *p)
stand/common/gfx_fb.c
1031
gfx_fb_putchar(void *arg, const teken_pos_t *p, teken_char_t c,
stand/common/gfx_fb.c
1055
const teken_pos_t *c;
stand/common/gfx_fb.c
1068
teken_pos_t p;
stand/common/gfx_fb.c
1093
const teken_pos_t *c;
stand/common/gfx_fb.c
1103
gfx_fb_cursor_draw(teken_gfx_t *state, const teken_pos_t *pos, bool on)
stand/common/gfx_fb.c
1106
teken_pos_t p;
stand/common/gfx_fb.c
1127
gfx_fb_cursor(void *arg, const teken_pos_t *p)
stand/common/gfx_fb.c
1142
const teken_pos_t *c;
stand/common/gfx_fb.c
1191
const teken_pos_t *d)
stand/common/gfx_fb.c
1253
gfx_fb_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s, teken_pos_t *d)
stand/common/gfx_fb.c
1256
teken_pos_t dp;
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
1298
teken_pos_t d, s;
stand/common/gfx_fb.c
1343
const teken_pos_t *c;
stand/common/gfx_fb.c
185
static void gfx_fb_cursor_draw(teken_gfx_t *, const teken_pos_t *, bool);
stand/common/gfx_fb.c
2273
teken_pos_t *tp = &state->tg_tp;
stand/common/gfx_fb.h
209
teken_pos_t tg_cursor; /* Where cursor was drawn */
stand/common/gfx_fb.h
211
teken_pos_t tg_tp; /* Terminal dimensions */
stand/common/gfx_fb.h
212
teken_pos_t tg_origin; /* Point of origin in pixels */
stand/efi/libefi/efi_console.c
146
teken_pos_t p;
stand/efi/libefi/efi_console.c
173
efi_text_cursor(void *arg, const teken_pos_t *p)
stand/efi/libefi/efi_console.c
193
efi_text_printchar(teken_gfx_t *state, const teken_pos_t *p, bool autoscroll)
stand/efi/libefi/efi_console.c
232
efi_text_putchar(void *s, const teken_pos_t *p, teken_char_t c,
stand/efi/libefi/efi_console.c
257
teken_pos_t p;
stand/efi/libefi/efi_console.c
274
efi_text_copy_line(teken_gfx_t *state, int ncol, teken_pos_t *s,
stand/efi/libefi/efi_console.c
275
teken_pos_t *d, bool scroll)
stand/efi/libefi/efi_console.c
278
teken_pos_t sp, dp;
stand/efi/libefi/efi_console.c
306
efi_text_copy(void *arg, const teken_rect_t *r, const teken_pos_t *p)
stand/efi/libefi/efi_console.c
310
teken_pos_t d, s;
stand/i386/libi386/vidconsole.c
105
teken_pos_t p;
stand/i386/libi386/vidconsole.c
167
vidc_text_cursor(void *s __unused, const teken_pos_t *p)
stand/i386/libi386/vidconsole.c
309
vidc_text_printchar(teken_gfx_t *state, const teken_pos_t *p)
stand/i386/libi386/vidconsole.c
342
vidc_text_putchar(void *s, const teken_pos_t *p, teken_char_t c,
stand/i386/libi386/vidconsole.c
363
teken_pos_t p;
stand/i386/libi386/vidconsole.c
377
vidc_text_copy(void *ptr, const teken_rect_t *r, const teken_pos_t *p)
stand/i386/libi386/vidconsole.c
382
teken_pos_t d, s;
sys/dev/syscons/scterm-teken.c
290
teken_pos_t tp;
sys/dev/syscons/scterm-teken.c
380
scteken_cursor(void *arg, const teken_pos_t *p)
sys/dev/syscons/scterm-teken.c
524
scteken_putchar(void *arg, const teken_pos_t *tp, 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
445
const teken_pos_t *p;
sys/kern/subr_terminal.c
483
teken_pos_t p;
sys/kern/subr_terminal.c
629
termteken_cursor(void *softc, const teken_pos_t *p)
sys/kern/subr_terminal.c
637
termteken_putchar(void *softc, const teken_pos_t *p, 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
141
typedef teken_pos_t term_pos_t;
sys/teken/demo/teken_demo.c
135
test_cursor(void *s __unused, const teken_pos_t *p)
sys/teken/demo/teken_demo.c
142
test_putchar(void *s __unused, const teken_pos_t *p, teken_char_t c,
sys/teken/demo/teken_demo.c
155
teken_pos_t p;
sys/teken/demo/teken_demo.c
164
test_copy(void *s __unused, const teken_rect_t *r, const teken_pos_t *p)
sys/teken/demo/teken_demo.c
167
teken_pos_t d;
sys/teken/demo/teken_demo.c
267
teken_pos_t tp;
sys/teken/demo/teken_demo.c
281
teken_pos_t tp;
sys/teken/demo/teken_demo.c
80
printchar(const teken_pos_t *p)
sys/teken/stress/teken_stress.c
63
stress_cursor(void *s __unused, const teken_pos_t *p __unused)
sys/teken/stress/teken_stress.c
68
stress_putchar(void *s __unused, const teken_pos_t *p __unused,
sys/teken/stress/teken_stress.c
81
const teken_pos_t *p __unused)
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.c
181
teken_pos_t tp = { .tp_row = 24, .tp_col = 80 };
sys/teken/teken.c
321
const teken_pos_t *
sys/teken/teken.c
329
teken_set_cursor(teken_t *t, const teken_pos_t *p)
sys/teken/teken.c
367
const teken_pos_t *
sys/teken/teken.c
375
teken_trim_cursor_pos(teken_t *t, const teken_pos_t *new)
sys/teken/teken.c
377
const teken_pos_t *cur;
sys/teken/teken.c
390
teken_set_winsize(teken_t *t, const teken_pos_t *p)
sys/teken/teken.c
399
teken_set_winsize_noreset(teken_t *t, const teken_pos_t *p)
sys/teken/teken.c
99
teken_funcs_putchar(const teken_t *t, const teken_pos_t *p, teken_char_t c,
sys/teken/teken.h
141
teken_pos_t t_cursor;
sys/teken/teken.h
143
teken_pos_t t_saved_cursor;
sys/teken/teken.h
147
teken_pos_t t_winsize;
sys/teken/teken.h
173
const teken_pos_t *teken_get_cursor(const teken_t *);
sys/teken/teken.h
177
const teken_pos_t *teken_get_winsize(const teken_t *);
sys/teken/teken.h
178
void teken_set_cursor(teken_t *, const teken_pos_t *);
sys/teken/teken.h
181
void teken_set_winsize(teken_t *, const teken_pos_t *);
sys/teken/teken.h
182
void teken_set_winsize_noreset(teken_t *, const teken_pos_t *);
sys/teken/teken.h
67
teken_pos_t tr_begin;
sys/teken/teken.h
68
teken_pos_t tr_end;
sys/teken/teken.h
89
typedef void tf_cursor_t(void *, const teken_pos_t *);
sys/teken/teken.h
90
typedef void tf_putchar_t(void *, const teken_pos_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
431
teken_pos_t tp;
sys/teken/teken_subr.h
653
teken_pos_t tp;
sys/teken/teken_subr.h
685
teken_pos_t tp;
sys/teken/teken_subr.h
797
teken_subr_do_putchar(teken_t *t, const teken_pos_t *tp, teken_char_t c,
sys/teken/teken_subr.h
805
teken_pos_t ctp;
sys/teken/teken_subr.h
819
teken_pos_t tp2;
sys/teken/teken_subr.h
869
teken_pos_t tp;
sys/teken/teken_subr.h
92
teken_pos_t tp;