Searched refs:opt_width (Results 1 – 5 of 5) sorted by relevance
329 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter354 text_width = line_width - opt_width355 big_indent = ' ' * opt_width
301 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter326 text_width = line_width - opt_width327 big_indent = ' ' * opt_width
139 int opt_width; member153 oi->opt_width, OFN(oi->opts[i]), in options_fmt_entry()170 oi.opt_width = 0; in printoptions()177 if ((int)len > oi.opt_width) in printoptions()178 oi.opt_width = (int)len; in printoptions()186 octs + 4, oi.opt_width + 4); in printoptions()
313 opt_width = self.help_position - self.current_indent - 2314 if len(opts) > opt_width:318 opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)
307 opt_width = self.help_position - self.current_indent - 2308 if len(opts) > opt_width:312 opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)