Lines Matching refs:grid_cell

34 		    struct grid_cell *, u_int);
36 const struct grid_cell *);
46 struct grid_cell gc;
339 screen_write_putc(struct screen_write_ctx *ctx, const struct grid_cell *gcp, in screen_write_putc()
342 struct grid_cell gc; in screen_write_putc()
393 u_int lines, int more, const struct grid_cell *gcp, const char *fmt, ...) in screen_write_text()
400 struct grid_cell gc; in screen_write_text()
482 screen_write_puts(struct screen_write_ctx *ctx, const struct grid_cell *gcp, in screen_write_puts()
495 const struct grid_cell *gcp, const char *fmt, ...) in screen_write_nputs()
506 const struct grid_cell *gcp, const char *fmt, va_list ap) in screen_write_vnputs()
508 struct grid_cell gc; in screen_write_vnputs()
573 struct grid_cell gc; in screen_write_fast_copy()
610 struct grid_cell *gc) in screen_write_box_border_set()
646 enum box_lines lines, const struct grid_cell *border_gc) in screen_write_hline()
649 struct grid_cell gc; in screen_write_hline()
685 struct grid_cell gc; in screen_write_vline()
708 enum box_lines lines, const struct grid_cell *menu_gc, in screen_write_menu()
709 const struct grid_cell *border_gc, const struct grid_cell *choice_gc) in screen_write_menu()
712 struct grid_cell default_gc; in screen_write_menu()
713 const struct grid_cell *gc = &default_gc; in screen_write_menu()
759 enum box_lines lines, const struct grid_cell *gcp, const char *title) in screen_write_box()
762 struct grid_cell gc; in screen_write_box()
824 struct grid_cell gc; in screen_write_preview()
1021 struct grid_cell gc; in screen_write_alignmenttest()
1757 struct grid_cell gc; in screen_write_collect_end()
1806 const struct grid_cell *gc) in screen_write_collect_add()
1859 screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc) in screen_write_cell()
1866 struct grid_cell tmp_gc, now_gc; in screen_write_cell()
1996 screen_write_combine(struct screen_write_ctx *ctx, const struct grid_cell *gc) in screen_write_combine()
2002 struct grid_cell last; in screen_write_combine()
2102 screen_write_overwrite(struct screen_write_ctx *ctx, struct grid_cell *gc, in screen_write_overwrite()
2107 struct grid_cell tmp_gc; in screen_write_overwrite()
2196 screen_write_alternateon(struct screen_write_ctx *ctx, struct grid_cell *gc, in screen_write_alternateon()
2218 screen_write_alternateoff(struct screen_write_ctx *ctx, struct grid_cell *gc, in screen_write_alternateoff()