Lines Matching refs:oi
134 const struct options_info *oi = (const struct options_info *)arg;
137 oi->opt_width, options[oi->opts[i]].name,
138 Flag(oi->opts[i]) ? "on" : "off");
149 struct options_info oi;
154 oi.opt_width = 0;
157 oi.opts[n++] = i;
162 if (len > oi.opt_width)
163 oi.opt_width = len;
167 print_columns(shl_stdout, n, options_fmt_entry, &oi,
168 octs + 4, oi.opt_width + 4, true);