Searched refs:pwidth (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/share/examples/ppp/ |
| D | login-auth | 34 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;
|
| D | chap-auth | 35 set pwidth 12; # Prompt field width 48 global pwidth; 51 text .$n.prompt -width $pwidth -height 1 -relief flat;
|
| /freebsd-10-stable/contrib/less/ |
| D | cmdbuf.c | 192 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);
|
| D | line.c | 458 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/ |
| D | dprompt.c | 399 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()
|