| /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/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...] |
| /src/external/bsd/less/dist/ |
| cmdbuf.c | 188 * {{ Returning pwidth and bswidth separately is a historical artifact 191 static char * cmd_step_common(char *p, LWCHAR ch, int len, int *pwidth, int *bswidth) 216 if (pwidth != NULL) 217 *pwidth = width; 226 static char * cmd_step_right(char **pp, int *pwidth, int *bswidth) 231 return cmd_step_common(p, ch, *pp - p, pwidth, bswidth); 237 static char * cmd_step_left(char **pp, int *pwidth, int *bswidth) 242 return cmd_step_common(*pp, ch, p - *pp, pwidth, bswidth);
|
| 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);
|
| funcs.h | 207 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a);
|
| /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/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/sys/arch/arm/broadcom/ |
| bcm283x_platform.c | 901 rpi_fb_parse_mode(const char *s, uint32_t *pwidth, uint32_t *pheight) 910 *pwidth = strtoul(s, NULL, 10); 920 rpi_fb_get_edid_mode(uint32_t *pwidth, uint32_t *pheight) 949 *pwidth = ei.edid_preferred_mode->hdisplay;
|
| /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/gpl3/gcc/dist/gcc/ |
| gimple-ssa-sprintf.cc | 3502 const char *pwidth = 0; 3525 pwidth = pf; 3607 pwidth = pf; 3802 size_t begin = dir.beg - info.fmtstr + (pwidth - pcnt);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-sprintf.cc | 3491 const char *pwidth = 0; 3514 pwidth = pf; 3596 pwidth = pf; 3786 size_t begin = dir.beg - info.fmtstr + (pwidth - pcnt);
|