Searched refs:term_char_t (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/vt/ |
H A D | vt.h | 116 term_char_t *vpb_buf; /* Copy-paste buffer. */ 165 term_char_t *vd_drawn; /* (?) Most recent char drawn. */ 222 term_char_t *vb_buffer; /* (u) Data buffer. */ 223 term_char_t **vb_rows; /* (u) Array of rows */ 235 void vtbuf_fill(struct vt_buf *, const term_rect_t *, term_char_t); 239 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t); 251 void vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz, int mark); 436 const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c); 452 void vt_determine_colors(term_char_t c, int cursor,
|
H A D | vt_buf.c | 351 cols * sizeof(term_char_t)); in vtbuf_copy() 358 cols * sizeof(term_char_t)); in vtbuf_copy() 368 vtbuf_do_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_do_fill() 371 term_char_t *row; in vtbuf_do_fill() 383 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) in vtbuf_fill() 420 term_char_t ch; in vtbuf_do_clearhistory() 466 sz = vb->vb_history_size * p->tp_col * sizeof(term_char_t); in vtbuf_init() 469 sz = vb->vb_history_size * sizeof(term_char_t *); in vtbuf_init() 500 term_char_t *old, *new, **rows, **oldrows, **copyrows, *row, *oldrow; in vtbuf_grow() 505 term_char_t ch; in vtbuf_grow() [all …]
|
H A D | vt_core.c | 208 static term_char_t vt_consdrawn[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)]; 239 static term_char_t vt_constextbuf[(_VTDEFW) * (VBF_DEFAULT_HISTORY_SIZE)]; 240 static term_char_t *vt_constextbufrows[VBF_DEFAULT_HISTORY_SIZE]; 1183 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c) in vtterm_putchar() 1191 vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c) in vtterm_fill() 1238 vt_determine_colors(term_char_t c, int cursor, in vt_determine_colors() 1365 term_char_t c; in vt_flush_to_buffer() 1406 term_char_t c; in vt_bitblt_buffer() 2333 term_char_t *buf; in vt_mouse_paste() 2338 len /= sizeof(term_char_t); in vt_mouse_paste()
|
H A D | vt_font.c | 83 vtfont_lookup(const struct vt_font *vf, term_char_t c) in vtfont_lookup()
|
/freebsd/sys/sys/ |
H A D | terminal.h | 72 typedef uint32_t term_char_t; typedef 146 term_char_t c); 148 term_char_t c); 218 void terminal_input_char(struct terminal *tm, term_char_t c);
|
/freebsd/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 299 vga_get_cp437(term_char_t c) in vga_get_cp437() 619 term_char_t c; in vga_bitblt_one_text_pixels_block() 870 term_char_t c; in vga_bitblt_text_txtmode()
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 388 term_char_t c; in vt_fb_bitblt_text()
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 263 term_char_t c; in ofwfb_bitblt_text()
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 303 terminal_input_char(struct terminal *tm, term_char_t c) in terminal_input_char()
|