Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dfancy_getopt.py301 opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter
326 text_width = line_width - opt_width
327 big_indent = ' ' * opt_width
/third_party/mksh/
Dmisc.c140 int opt_width; member
155 oi->opt_width, OFN(oi->opts[i]), in options_fmt_entry()
194 oi.opt_width = 0; in printoptions()
201 if ((int)len > oi.opt_width) in printoptions()
202 oi.opt_width = (int)len; in printoptions()
210 octs + 4, oi.opt_width + 4); in printoptions()
/third_party/python/Lib/
Doptparse.py313 opt_width = self.help_position - self.current_indent - 2
314 if len(opts) > opt_width:
318 opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)
/third_party/ffmpeg/fftools/
Dffplay.c3483 static int opt_width(void *optctx, const char *opt, const char *arg) in opt_width() function
3586 { "x", HAS_ARG, { .func_arg = opt_width }, "force displayed width", "width" },