Home
last modified time | relevance | path

Searched refs:pwidth (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/share/examples/ppp/
H A Dlogin-auth34 set pwidth 11; # Prompt field width
48 text .l.prompt -width $pwidth -height 1 -relief flat;
59 text .p.prompt -width $pwidth -height 1 -relief flat;
H A Dchap-auth35 set pwidth 12; # Prompt field width
48 global pwidth;
51 text .$n.prompt -width $pwidth -height 1 -relief flat;
/freebsd-13.1/contrib/less/
H A Dcmdbuf.c195 cmd_step_common(p, ch, len, pwidth, bswidth) in cmd_step_common() argument
199 int *pwidth;
225 if (pwidth != NULL)
226 *pwidth = width;
236 cmd_step_right(pp, pwidth, bswidth) in cmd_step_right() argument
238 int *pwidth;
244 return cmd_step_common(p, ch, *pp - p, pwidth, bswidth);
251 cmd_step_left(pp, pwidth, bswidth) in cmd_step_left() argument
253 int *pwidth;
259 return cmd_step_common(*pp, ch, p - *pp, pwidth, bswidth);
H A Dline.c427 pwidth(ch, a, prev_ch, prev_a) in pwidth() function
510 width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]); in backc()
700 w = pwidth(ch, a, prev_ch, prev_a);
H A Dfuncs.h195 public int pwidth LESSPARAMS ((LWCHAR ch, int a, LWCHAR prev_ch, int prev_a));
/freebsd-13.1/lib/libdpv/
H A Ddprompt.c399 int pwidth; in dprompt_add_files() local
426 pwidth = pct * pbar_size / 100; in dprompt_add_files()
429 pwidth++; in dprompt_add_files()
439 *(pbar_fill + pwidth) = '\0'; in dprompt_add_files()
440 strncat(pbar_cap, (const char *)(pbar+pwidth), dwidth); in dprompt_add_files()
/freebsd-13.1/stand/i386/libi386/
H A Dvbe.c882 vbe_get_flatpanel(uint32_t *pwidth, uint32_t *pheight) in vbe_get_flatpanel() argument
895 *pwidth = fp_info->HSize; in vbe_get_flatpanel()