Searched refs:pwidth (Results 1 – 8 of 8) sorted by relevance
| /freebsd/share/examples/ppp/ |
| H A D | login-auth | 33 set pwidth 11; # Prompt field width 47 text .l.prompt -width $pwidth -height 1 -relief flat; 58 text .p.prompt -width $pwidth -height 1 -relief flat;
|
| H A D | chap-auth | 34 set pwidth 12; # Prompt field width 47 global pwidth; 50 text .$n.prompt -width $pwidth -height 1 -relief flat;
|
| /freebsd/lib/libdpv/ |
| H A D | dprompt.c | 396 int pwidth; in dprompt_add_files() local 423 pwidth = pct * pbar_size / 100; in dprompt_add_files() 426 pwidth++; in dprompt_add_files() 436 *(pbar_fill + pwidth) = '\0'; in dprompt_add_files() 437 strncat(pbar_cap, (const char *)(pbar+pwidth), dwidth); in dprompt_add_files()
|
| /freebsd/contrib/less/ |
| H A D | cmdbuf.c | 200 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common() argument 225 if (pwidth != NULL) in cmd_step_common() 226 *pwidth = width; in cmd_step_common() 235 static constant char * cmd_step_right(char **pp, int *pwidth, int *bswidth) in cmd_step_right() argument 240 return cmd_step_common(p, ch, ptr_diff(*pp, p), pwidth, bswidth); in cmd_step_right() 246 static constant char * cmd_step_left(char **pp, int *pwidth, int *bswidth) in cmd_step_left() argument 251 return cmd_step_common(*pp, ch, ptr_diff(p, *pp), pwidth, bswidth); in cmd_step_left()
|
| H A D | line.c | 521 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) in pwidth() function 550 return (prev_ch != 0 && pwidth(prev_ch, a, 0, 0) == 2) ? -1 : 0; in pwidth() 553 return (prev_ch != 0 && pwidth(prev_ch, a, 0, 0) == 1) ? +1 : 0; in pwidth() 605 width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]); in backc() 910 w = pwidth(ch, a, prev_ch, prev_a); in store_char() 956 if (prev_ch != 0 && pwidth(prev_ch, a, 0, 0) == 1) in store_char() 1593 cw = pwidth(wch, attr, prev_ch, attr); in col_vs_pos() 1854 int w = pwidth(ch, 0, pch, 0); in skip_columns()
|
| H A D | optfunc.c | 817 if (pwidth(ch, rscroll_attr, 0, 0) > 1) in opt_rscroll()
|
| H A D | funcs.h | 240 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a);
|
| /freebsd/stand/i386/libi386/ |
| H A D | vbe.c | 884 vbe_get_flatpanel(uint32_t *pwidth, uint32_t *pheight) in vbe_get_flatpanel() argument 897 *pwidth = fp_info->HSize; in vbe_get_flatpanel()
|