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

  /src/usr.sbin/npf/npfctl/
npf_cmd.c 414 unsigned pwidth; member in struct:__anon353fbb410108
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 in function:qxl_conn_get_modes
996 pwidth = head->width;
1004 drm_set_preferred_mode(connector, pwidth, pheight);
  /src/bin/ksh/
vi.c 1360 static int pwidth; /* width of prompt */ variable in typeref:typename:int
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 15 milliseconds