Lines Matching refs:handlers
1129 const struct cl_option_handlers *handlers, in handle_option() argument
1143 for (i = 0; i < handlers->num_handlers; i++) in handle_option()
1144 if (option->flags & handlers->handlers[i].mask) in handle_option()
1146 if (!handlers->handlers[i].handler (opts, opts_set, decoded, in handle_option()
1148 handlers, dc, in handle_option()
1149 handlers->target_option_override_hook)) in handle_option()
1166 const struct cl_option_handlers *handlers, in handle_generated_option() argument
1173 handlers, generated_p, dc); in handle_generated_option()
1354 const struct cl_option_handlers *handlers, in read_cmdline_option() argument
1365 if (handlers->unknown_option_callback (decoded)) in read_cmdline_option()
1390 handlers->wrong_lang_callback (decoded, lang_mask); in read_cmdline_option()
1397 loc, handlers, false, dc)) in read_cmdline_option()
1665 const struct cl_option_handlers *handlers, in control_warning_option() argument
1740 kind, loc, handlers, false, dc); in control_warning_option()