Home | History | Annotate | Download | only in src

Lines Matching refs:oi

176 	const struct options_info *oi = (const struct options_info *)arg;
179 oi->opt_width, OFN(oi->opts[i]),
180 Flag(oi->opts[i]) ? "on" : "off");
191 struct options_info oi;
196 oi.opt_width = 0;
199 oi.opts[n++] = i;
203 if ((int)len > oi.opt_width)
204 oi.opt_width = (int)len;
208 print_columns(shl_stdout, n, options_fmt_entry, &oi,
209 octs + 4, oi.opt_width + 4, true);