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

/freebsd-9.3-release/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-9.3-release/contrib/less/
H A Dcmdbuf.c192 cmd_step_common(p, ch, len, pwidth, bswidth)
196 int *pwidth;
204 if (pwidth != NULL || bswidth != NULL)
207 if (pwidth != NULL)
208 *pwidth = len;
215 if (pwidth != NULL || bswidth != NULL)
219 if (pwidth != NULL)
220 *pwidth = 0;
226 if (pwidth != NULL)
227 *pwidth
[all...]
H A Dline.c419 pwidth(ch, a, prev_ch) function
497 width = pwidth(ch, attr[curr], prev_ch);
623 w = pwidth(ch, a, prev_ch);
687 if (column + to_tab - 1 + pwidth(' ', attr, 0) + attr_ewidth(attr) > sc_width)
716 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)
965 pwidth(' ', binattr, 0) + attr_ewidth(binattr) > sc_width)

Completed in 59 milliseconds