Lines Matching defs:oo
81 struct options *oo;
89 scope = options_scope_from_flags(args, window, target, &oo,
98 return (cmd_show_options_all(self, item, scope, oo));
112 scope = options_scope_from_name(args, window, name, target, &oo,
121 o = options_get_only(oo, name);
123 o = options_get(oo, name);
200 struct options *oo)
211 o = options_first(oo);
229 o = options_get_only(oo, oe->name);
233 o = options_get(oo, oe->name);