Searched refs:gcp (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c1430 const struct grid_cell *gcp; local
1506 gcp = tty_check_codeset(tty, &gc);
1509 (gcp->attr & GRID_ATTR_CHARSET) ||
1510 gcp->flags != last.flags ||
1511 gcp->attr != last.attr ||
1512 gcp->fg != last.fg ||
1513 gcp->bg != last.bg ||
1514 gcp->us != last.us ||
1515 gcp->link != last.link ||
1516 ux + width + gcp
2131 const struct grid_cell *gcp = ctx->cell; local
2326 const struct grid_cell *gcp; local
[all...]
H A Dscreen-write.c338 screen_write_putc(struct screen_write_ctx *ctx, const struct grid_cell *gcp, argument
343 memcpy(&gc, gcp, sizeof gc);
392 u_int lines, int more, const struct grid_cell *gcp, const char *fmt, ...)
401 memcpy(&gc, gcp, sizeof gc);
481 screen_write_puts(struct screen_write_ctx *ctx, const struct grid_cell *gcp, argument
487 screen_write_vnputs(ctx, -1, gcp, fmt, ap);
494 const struct grid_cell *gcp, const char *fmt, ...)
499 screen_write_vnputs(ctx, maxlen, gcp, fmt, ap);
505 const struct grid_cell *gcp, const char *fmt, va_list ap)
514 memcpy(&gc, gcp, sizeo
391 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, ...) argument
493 screen_write_nputs(struct screen_write_ctx *ctx, ssize_t maxlen, const struct grid_cell *gcp, const char *fmt, ...) argument
504 screen_write_vnputs(struct screen_write_ctx *ctx, ssize_t maxlen, const struct grid_cell *gcp, const char *fmt, va_list ap) argument
745 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) argument
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dgrf_cv.c483 struct grf_cv_softc *gcp; local
492 gcp = &congrf;
493 gp = &gcp->gcs_sc;
497 gcp = device_private(self);
498 gp = &gcp->gcs_sc;
510 (char *) &gcp->gcs_isr - (char *) &gp->g_display);
513 gcp->gcs_isr.isr_ipl = CV_INT_NUM;
514 gcp->gcs_isr.isr_intr = cvintr;
515 gcp->gcs_isr.isr_arg = (void *)gp;
518 add_isr(&gcp
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_types.h1018 u32 gcp; member in struct:intel_crtc_state::__anon681
H A Dintel_hdmi.c990 I915_WRITE(reg, crtc_state->infoframes.gcp);
1015 crtc_state->infoframes.gcp = I915_READ(reg);
1032 crtc_state->infoframes.gcp |= GCP_COLOR_INDICATION;
1037 crtc_state->infoframes.gcp |= GCP_DEFAULT_PHASE_ENABLE;
H A Dintel_display.c12869 DRM_DEBUG_KMS("GCP: 0x%x\n", pipe_config->infoframes.gcp);
13711 PIPE_CONF_CHECK_X(infoframes.gcp);

Completed in 156 milliseconds