Searched defs:gcp (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.bin/tmux/ |
H A D | screen-write.c | 338 screen_write_putc(struct screen_write_ctx * ctx,const struct grid_cell * gcp,u_char ch) screen_write_putc() argument 392 screen_write_text(struct screen_write_ctx * ctx,u_int cx,u_int width,u_int lines,int more,const struct grid_cell * gcp,const char * fmt,...) screen_write_text() argument 481 screen_write_puts(struct screen_write_ctx * ctx,const struct grid_cell * gcp,const char * fmt,...) screen_write_puts() argument 494 screen_write_nputs(struct screen_write_ctx * ctx,ssize_t maxlen,const struct grid_cell * gcp,const char * fmt,...) screen_write_nputs() argument 505 screen_write_vnputs(struct screen_write_ctx * ctx,ssize_t maxlen,const struct grid_cell * gcp,const char * fmt,va_list ap) screen_write_vnputs() argument 746 screen_write_box(struct screen_write_ctx * ctx,u_int nx,u_int ny,enum box_lines lines,const struct grid_cell * gcp,const char * title) screen_write_box() argument [all...] |
H A D | tty.c | 1426 const struct grid_cell *gcp; tty_draw_line() local 2062 const struct grid_cell *gcp = ctx->cell; tty_cmd_cell() local 2205 const struct grid_cell *gcp; tty_cell() local [all...] |
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_display_types.h | 1313 u32 gcp; global() member
|