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
435
const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c);
sys/dev/vt/vt.h
451
void vt_determine_colors(term_char_t c, int cursor,
sys/dev/vt/vt_buf.c
351
cols * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
358
cols * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
368
vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_buf.c
371
term_char_t *row;
sys/dev/vt/vt_buf.c
383
vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_buf.c
420
term_char_t ch;
sys/dev/vt/vt_buf.c
466
sz = vb->vb_history_size * p->tp_col * sizeof(term_char_t);
sys/dev/vt/vt_buf.c
469
sz = vb->vb_history_size * sizeof(term_char_t *);
sys/dev/vt/vt_buf.c
500
term_char_t *old, *new, **rows, **oldrows, **copyrows, *row, *oldrow;
sys/dev/vt/vt_buf.c
505
term_char_t ch;
sys/dev/vt/vt_buf.c
513
bufsize = history_size * p->tp_col * sizeof(term_char_t);
sys/dev/vt/vt_buf.c
567
MIN(p->tp_col, w) * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
624
MIN(p->tp_col, w) * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
664
vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c)
sys/dev/vt/vt_buf.c
666
term_char_t *row;
sys/dev/vt/vt_buf.c
744
return (sz * sizeof(term_char_t));
sys/dev/vt/vt_buf.c
748
tchar_is_word_separator(term_char_t ch)
sys/dev/vt/vt_buf.c
771
vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark)
sys/dev/vt/vt_buf.c
819
term_char_t *r;
sys/dev/vt/vt_core.c
1188
vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c)
sys/dev/vt/vt_core.c
1196
vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_core.c
1243
vt_determine_colors(term_char_t c, int cursor,
sys/dev/vt/vt_core.c
1370
term_char_t c;
sys/dev/vt/vt_core.c
1411
term_char_t c;
sys/dev/vt/vt_core.c
208
static term_char_t vt_consdrawn[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];
sys/dev/vt/vt_core.c
2355
term_char_t *buf;
sys/dev/vt/vt_core.c
2360
len /= sizeof(term_char_t);
sys/dev/vt/vt_core.c
239
static term_char_t vt_constextbuf[(_VTDEFW) * (VBF_DEFAULT_HISTORY_SIZE)];
sys/dev/vt/vt_core.c
240
static term_char_t *vt_constextbufrows[VBF_DEFAULT_HISTORY_SIZE];
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);