Lines Matching defs:opts
141 int opts[NELEM(options)];
155 oi->opt_width, OFN(oi->opts[i]),
156 Flag(oi->opts[i]) ? "on" : "off");
197 oi.opts[n++] = i;
393 const char *opts = what == OF_CMDLINE || what == OF_FIRSTTIME ?
403 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
1526 print_columns(struct columnise_opts *opts, unsigned int n,
1567 shf_putc(opts->linesep, opts->shf);
1570 shf_puts(str, opts->shf);
1576 if (opts->prefcol && cols > rows) {
1587 shf_putchar(opts->linesep, opts->shf);
1594 shf_puts(str, opts->shf);
1596 shf_fprintf(opts->shf, "%*s%*s",
1602 if (opts->do_last)
1603 shf_putchar(opts->linesep, opts->shf);