Lines Matching refs:oi
152 const struct options_info *oi = (const struct options_info *)arg;
155 oi->opt_width, OFN(oi->opts[i]),
156 Flag(oi->opts[i]) ? "on" : "off");
188 struct options_info oi;
194 oi.opt_width = 0;
197 oi.opts[n++] = i;
201 if ((int)len > oi.opt_width)
202 oi.opt_width = (int)len;
209 print_columns(&co, n, options_fmt_entry, &oi,
210 octs + 4, oi.opt_width + 4);