Lines Matching defs:gcp
339 screen_write_putc(struct screen_write_ctx *ctx, const struct grid_cell *gcp,
344 memcpy(&gc, gcp, sizeof gc);
393 u_int lines, int more, const struct grid_cell *gcp, const char *fmt, ...)
402 memcpy(&gc, gcp, sizeof gc);
482 screen_write_puts(struct screen_write_ctx *ctx, const struct grid_cell *gcp,
488 screen_write_vnputs(ctx, -1, gcp, fmt, ap);
495 const struct grid_cell *gcp, const char *fmt, ...)
500 screen_write_vnputs(ctx, maxlen, gcp, fmt, ap);
506 const struct grid_cell *gcp, const char *fmt, va_list ap)
515 memcpy(&gc, gcp, sizeof gc);
759 enum box_lines lines, const struct grid_cell *gcp, const char *title)
768 if (gcp != NULL)
769 memcpy(&gc, gcp, sizeof gc);