Home
last modified time | relevance | path

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

/freebsd/share/examples/ppp/
H A Dlogin-auth33 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 Dchap-auth34 set pwidth 12; # Prompt field width
47 global pwidth;
50 text .$n.prompt -width $pwidth -height 1 -relief flat;
/freebsd/contrib/less/
H A Dcmdbuf.c203 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common() argument
228 if (pwidth != NULL) in cmd_step_common()
229 *pwidth = width; in cmd_step_common()
238 static constant char * cmd_step_right(char **pp, int *pwidth, int *bswidth) in cmd_step_right() argument
243 return cmd_step_common(p, ch, ptr_diff(*pp, p), pwidth, bswidth); in cmd_step_right()
249 static constant char * cmd_step_left(char **pp, int *pwidth, int *bswidth) in cmd_step_left() argument
254 return cmd_step_common(*pp, ch, ptr_diff(p, *pp), pwidth, bswidth); in cmd_step_left()
H A Dline.c523 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) in pwidth() function
552 return (prev_ch != 0 && pwidth(prev_ch, a, 0, 0) == 2) ? -1 : 0; in pwidth()
555 return (prev_ch != 0 && pwidth(prev_ch, a, 0, 0) == 1) ? +1 : 0; in pwidth()
607 width = pwidth(ch, linebuf.attr[linebuf.end], prev_ch, linebuf.attr[linebuf.end-1]); in backc()
912 w = pwidth(ch, a, prev_ch, prev_a); in store_char()
958 if (prev_ch != 0 && pwidth(prev_ch, a, 0, 0) == 1) in store_char()
1599 cw = pwidth(wch, attr, prev_ch, attr); in col_vs_pos()
1860 int w = pwidth(ch, 0, pch, 0); in skip_columns()
H A Doptfunc.c890 if (pwidth(ch, rscroll_attr, 0, 0) > 1) in opt_rscroll()
H A Dfuncs.h246 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a);
/freebsd/stand/i386/libi386/
H A Dvbe.c884 vbe_get_flatpanel(uint32_t *pwidth, uint32_t *pheight) in vbe_get_flatpanel() argument
897 *pwidth = fp_info->HSize; in vbe_get_flatpanel()