Symbol: term_char_t
sys/dev/vt/hw/fb/vt_fb.c
395
term_char_t c;
sys/dev/vt/hw/ofwfb/ofwfb.c
263
term_char_t c;
sys/dev/vt/hw/vga/vt_vga.c
299
vga_get_cp437(term_char_t c)
sys/dev/vt/hw/vga/vt_vga.c
619
term_char_t c;
sys/dev/vt/hw/vga/vt_vga.c
870
term_char_t c;
sys/dev/vt/vt.h
115
term_char_t *vpb_buf; /* Copy-paste buffer. */
sys/dev/vt/vt.h
164
term_char_t *vd_drawn; /* (?) Most recent char drawn. */
sys/dev/vt/vt.h
221
term_char_t *vb_buffer; /* (u) Data buffer. */
sys/dev/vt/vt.h
222
term_char_t **vb_rows; /* (u) Array of rows */
sys/dev/vt/vt.h
234
void vtbuf_fill(struct vt_buf *, const term_rect_t *, term_char_t);
sys/dev/vt/vt.h
238
void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t);
sys/dev/vt/vt.h
250
void vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark);
sys/dev/vt/vt.h
437
const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c);
sys/dev/vt/vt.h
453
void vt_determine_colors(term_char_t c, int cursor,
sys/dev/vt/vt_buf.c
382
cols * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
389
cols * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
399
vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_buf.c
402
term_char_t *row;
sys/dev/vt/vt_buf.c
414
vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_buf.c
451
term_char_t ch;
sys/dev/vt/vt_buf.c
497
sz = vb->vb_history_size * p->tp_col * sizeof(term_char_t);
sys/dev/vt/vt_buf.c
500
sz = vb->vb_history_size * sizeof(term_char_t *);
sys/dev/vt/vt_buf.c
531
term_char_t *old, *new, **rows, **oldrows, **copyrows, *row, *oldrow;
sys/dev/vt/vt_buf.c
535
term_char_t ch;
sys/dev/vt/vt_buf.c
543
new = mallocarray(history_size, p->tp_col * sizeof(term_char_t),
sys/dev/vt/vt_buf.c
597
MIN(p->tp_col, w) * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
654
MIN(p->tp_col, w) * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
694
vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c)
sys/dev/vt/vt_buf.c
696
term_char_t *row;
sys/dev/vt/vt_buf.c
784
return (sz * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
788
tchar_is_word_separator(term_char_t ch)
sys/dev/vt/vt_buf.c
811
vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark)
sys/dev/vt/vt_buf.c
859
term_char_t *r;
sys/dev/vt/vt_core.c
1189
vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c)
sys/dev/vt/vt_core.c
1197
vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_core.c
1248
vt_determine_colors(term_char_t c, int cursor,
sys/dev/vt/vt_core.c
1375
term_char_t c;
sys/dev/vt/vt_core.c
1416
term_char_t c;
sys/dev/vt/vt_core.c
209
static term_char_t vt_consdrawn[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];
sys/dev/vt/vt_core.c
2372
term_char_t *buf;
sys/dev/vt/vt_core.c
2377
len /= sizeof(term_char_t);
sys/dev/vt/vt_core.c
240
static term_char_t vt_constextbuf[(_VTDEFW) * (VBF_DEFAULT_HISTORY_SIZE)];
sys/dev/vt/vt_core.c
241
static term_char_t *vt_constextbufrows[VBF_DEFAULT_HISTORY_SIZE];
sys/dev/vt/vt_core.c
2807
*(int *)data > UINT_MAX / USHRT_MAX / sizeof(term_char_t))
sys/dev/vt/vt_font.c
83
vtfont_lookup(const struct vt_font *vf, term_char_t c)
sys/kern/subr_terminal.c
302
terminal_input_char(struct terminal *tm, term_char_t c)
sys/sys/terminal.h
146
term_char_t c);
sys/sys/terminal.h
148
term_char_t c);
sys/sys/terminal.h
218
void terminal_input_char(struct terminal *tm, term_char_t c);