Searched refs:pwidth (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dcmdbuf.c211 cmd_step_common(p, ch, len, pwidth, bswidth)
215 int *pwidth;
223 if (pwidth != NULL || bswidth != NULL)
226 if (pwidth != NULL)
227 *pwidth = len;
234 if (pwidth != NULL || bswidth != NULL)
238 if (pwidth != NULL)
239 *pwidth = 0;
245 if (pwidth != NULL)
246 *pwidth
[all...]
H A Dline.c419 pwidth(ch, a, prev_ch) function
497 width = pwidth(ch, attr[curr], prev_ch);
618 w = pwidth(ch, a, prev_ch);
682 if (column + to_tab - 1 + pwidth(' ', attr, 0) + attr_ewidth(attr) > sc_width)
711 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)
960 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dvbe.c276 vbe_get_edid(int *pwidth, int *pheight) argument
298 *pwidth = vbe_edid[EDID_DESC_BLOCK + 2] |
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvi.c1384 static int pwidth; /* width of prompt */ variable
1467 cur_col = pwidth = promptlen(prompt, &p);
1469 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1471 prompt_trunc = pwidth - cur_col;
1472 pwidth -= prompt_trunc;
1482 winwidth = x_cols - pwidth - 3;
1771 cur_col = pwidth;
1855 ncol = col + pwidth;
1883 ncol = col + pwidth - 1;
1887 ncol = col + pwidth;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/rpi/
H A Drpi_machdep.c1168 rpi_fb_parse_mode(const char *s, uint32_t *pwidth, uint32_t *pheight) argument
1176 *pwidth = strtoul(s + 3, NULL, 10);
1185 rpi_fb_get_edid_mode(uint32_t *pwidth, uint32_t *pheight) argument
1213 *pwidth = ei.edid_preferred_mode->hdisplay;

Completed in 117 milliseconds