HomeSort by: relevance | last modified time | path
    Searched defs:pwidth (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_cmd.c 414 unsigned pwidth; member in struct:__anon8532
452 fprintf(fp, "%-*s %-*s ", fil->pwidth, src, fil->pwidth, dst);
474 f->pwidth = f->nowide ? 0 : ((f->v4 ? 15 : 40) + 1 + 5);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 988 unsigned int pwidth = 1024; local
996 pwidth = head->width;
1004 drm_set_preferred_mode(connector, pwidth, pheight);
  /src/external/bsd/less/dist/
line.c 461 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) function
539 width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]);
751 w = pwidth(ch, a, prev_ch, prev_a);
1467 int w = pwidth(ch, 0, pch, 0);
  /src/external/bsd/tmux/dist/
status.c 736 u_int pwidth, u_int *width, struct grid_cell *gc,
745 if (*width >= offset + pwidth)
748 if (*width > offset + pwidth)
769 struct screen_write_ctx *ctx, u_int offset, u_int pwidth, u_int *width,
776 return (status_prompt_redraw_character(ctx, offset, pwidth,
791 u_int pcursor, pwidth, promptline; local
843 pwidth = utf8_strwidth(c->prompt_buffer, -1);
845 pwidth++;
852 pwidth = left;
855 if (pwidth > left
    [all...]
  /src/bin/ksh/
vi.c 1360 static int pwidth; /* width of prompt */ variable
1443 cur_col = pwidth = promptlen(prompt, &p);
1445 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1447 prompt_trunc = pwidth - cur_col;
1448 pwidth -= prompt_trunc;
1458 winwidth = x_cols - pwidth - 3;
1750 cur_col = pwidth;
1834 ncol = col + pwidth;
1862 ncol = col + pwidth - 1;
1866 ncol = col + pwidth;
    [all...]

Completed in 30 milliseconds