Home
last modified time | relevance | path

Searched refs:opt_width (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/bin/ksh/
H A Dmisc.c188 int opt_width; member
205 oi->opt_width, oi->opts[i].name, in options_fmt_entry()
223 for (ele = n = oi.opt_width = 0; ele < NELEM(sh_options); ele++) { in printoptions()
228 if (len > oi.opt_width) in printoptions()
229 oi.opt_width = len; in printoptions()
233 oi.opt_width + 5, 1); in printoptions()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DColor.pm91 my $width = $$self{opt_width} - $$self{MARGIN};
H A DOverstrike.pm111 my $width = $$self{opt_width} - $$self{MARGIN};
H A DTermcap.pm148 my $width = $$self{opt_width} - $$self{MARGIN};
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm129 $$self{opt_width} //= 76;
255 my $width = $$self{opt_width} - $$self{MARGIN};