Home
last modified time | relevance | path

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

/dflybsd-src/share/examples/ppp/
H A Dlogin-auth35 set pwidth 11; # Prompt field width
49 text .l.prompt -width $pwidth -height 1 -relief flat;
60 text .p.prompt -width $pwidth -height 1 -relief flat;
H A Dchap-auth36 set pwidth 12; # Prompt field width
49 global pwidth;
52 text .$n.prompt -width $pwidth -height 1 -relief flat;
/dflybsd-src/contrib/less/
H A Dcmdbuf.c190 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 Dline.c458 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a) in pwidth() function
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 col_vs_pos()
1631 int w = pwidth(ch, 0, pch, 0); in skip_columns()
H A Doptfunc.c814 if (pwidth(ch, rscroll_attr, 0, 0) > 1) in opt_rscroll()
H A Dfuncs.h224 public int pwidth(LWCHAR ch, int a, LWCHAR prev_ch, int prev_a);
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c3104 const char *pwidth = 0; in parse_directive() local
3127 pwidth = pf; in parse_directive()
3209 pwidth = pf; in parse_directive()
3396 size_t begin = dir.beg - info.fmtstr + (pwidth - pcnt); in parse_directive()