Home
last modified time | relevance | path

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

/freebsd-10-stable/share/examples/ppp/
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;
Dchap-auth35 set pwidth 12; # Prompt field width
48 global pwidth;
51 text .$n.prompt -width $pwidth -height 1 -relief flat;
/freebsd-10-stable/contrib/less/
Dcmdbuf.c192 cmd_step_common(p, ch, len, pwidth, bswidth) in cmd_step_common() argument
196 int *pwidth;
222 if (pwidth != NULL)
223 *pwidth = width;
233 cmd_step_right(pp, pwidth, bswidth) in cmd_step_right() argument
235 int *pwidth;
241 return cmd_step_common(p, ch, *pp - p, pwidth, bswidth);
248 cmd_step_left(pp, pwidth, bswidth) in cmd_step_left() argument
250 int *pwidth;
256 return cmd_step_common(*pp, ch, p - *pp, pwidth, bswidth);
Dline.c458 pwidth(ch, a, prev_ch) in pwidth() function
536 width = pwidth(ch, attr[curr], prev_ch); in backc()
679 w = pwidth(ch, a, prev_ch);
747 if (column + to_tab - 1 + pwidth(' ', attr, 0) + attr_ewidth(attr) > sc_width)
776 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)
1033 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)
/freebsd-10-stable/lib/libdpv/
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()