Lines Matching refs:oi
165 const struct options_info *oi = (const struct options_info *)arg;
168 oi->opt_width, options[oi->opts[i]].name,
169 Flag(oi->opts[i]) ? "on" : "off");
180 struct options_info oi;
185 oi.opt_width = 0;
188 oi.opts[n++] = i;
193 if ((int)len > oi.opt_width)
194 oi.opt_width = (int)len;
198 print_columns(shl_stdout, n, options_fmt_entry, &oi,
199 octs + 4, oi.opt_width + 4, true);