Searched refs:opt_width (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/distutils/ |
D | fancy_getopt.py | 301 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/ |
D | misc.c | 140 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/ |
D | optparse.py | 313 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/ |
D | ffplay.c | 3483 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" },
|