Lines Matching defs:colwidth
56 int colwidth= widecharmap ? 6 : 4;
69 colwidth,
70 pv_pretty(sv, SvPV_nolen_const(*tmp), SvCUR(*tmp), colwidth,
82 Perl_re_printf( aTHX_ "%.*s", colwidth, "--------");
116 Perl_re_printf( aTHX_ "%*" UVXf, colwidth,
120 Perl_re_printf( aTHX_ "%*s", colwidth," ." );
151 int colwidth= widecharmap ? 6 : 4;
179 colwidth,
181 colwidth,
212 int colwidth= widecharmap ? 6 : 4;
228 colwidth,
229 pv_pretty(sv, SvPV_nolen_const(*tmp), SvCUR(*tmp), colwidth,
242 Perl_re_printf( aTHX_ "%.*s", colwidth,"--------");
256 Perl_re_printf( aTHX_ "%*" UVXf, colwidth, v );
258 Perl_re_printf( aTHX_ "%*s", colwidth, "." );