Searched refs:pwidth (Results 1 – 7 of 7) 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 | 187 * {{ Returning pwidth and bswidth separately is a historical artifact 190 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common() argument 215 if (pwidth != NULL) in cmd_step_common() 216 *pwidth = width; in cmd_step_common() 225 static constant char * cmd_step_right(char **pp, int *pwidth, int *bswidth) in cmd_step_right() argument 230 return cmd_step_common(p, ch, ptr_diff(*pp, p), pwidth, bswidth); in cmd_step_right() 236 static constant char * cmd_step_left(char **pp, int *pwidth, int *bswidth) in cmd_step_left() argument 241 return cmd_step_common(*pp, ch, ptr_diff(p, *pp), pwidth, bswidth); in cmd_step_left()
|
H A D | line.c | 458 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) 536 width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]); in backc() 774 w = pwidth(ch, a, prev_ch, prev_a); in store_char() 1380 cw = pwidth(wch, attr, prev_ch, attr); in back_raw_line() 1631 int w = pwidth(ch, 0, pch, 0); 459 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) pwidth() function
|
H A D | funcs.h | 225 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()
|