HomeSort by: relevance | last modified time | path
    Searched refs:pcursor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm283x_platform.c 605 static bus_addr_t pcursor = 0; variable
1074 pcursor = rpi_lock_mem(hcursor);
1077 printf("pcursor: %08x\n", (uint32_t)pcursor);
1080 if (bus_space_map(faa->faa_bst, pcursor, CURSOR_ARGB_SIZE,
1096 rpi_fb_initcursor(pcursor, 0, 0);
1172 rpi_fb_initcursor(pcursor, hot_x, hot_y);
  /src/external/bsd/tmux/dist/
status.c 768 status_prompt_redraw_quote(const struct client *c, u_int pcursor,
774 if (c->prompt_flags & PROMPT_QUOTENEXT && ctx->s->cx == pcursor + 1) {
791 u_int pcursor, pwidth, promptline; local
842 pcursor = utf8_strwidth(c->prompt_buffer, c->prompt_index);
846 if (pcursor >= left) {
851 offset = (pcursor - left) + 1;
857 c->prompt_cursor = start + pcursor - offset;
861 if (!status_prompt_redraw_quote(c, pcursor, &ctx, offset,
868 status_prompt_redraw_quote(c, pcursor, &ctx, offset, pwidth, &width,

Completed in 18 milliseconds