/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/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...] |
/src/sys/arch/i386/stand/lib/ |
vbe.c | 315 vbe_get_edid(int *pwidth, int *pheight) 337 *pwidth = vbe_edid[EDID_DESC_BLOCK + 2] |
|
/src/sys/arch/arm/broadcom/ |
bcm283x_platform.c | 879 rpi_fb_parse_mode(const char *s, uint32_t *pwidth, uint32_t *pheight) 888 *pwidth = strtoul(s, NULL, 10); 898 rpi_fb_get_edid_mode(uint32_t *pwidth, uint32_t *pheight) 927 *pwidth = ei.edid_preferred_mode->hdisplay;
|
/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);
|