Searched refs:arg_parse_enum (Results 1 – 5 of 5) sorted by relevance
191 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum() function213 if (arg->def->enums) return arg_parse_enum(arg); in arg_parse_enum_or_int()
57 int arg_parse_enum(const struct arg *arg);
64 int arg_parse_enum(const struct arg *arg);
294 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum() function316 if (arg->def->enums) return arg_parse_enum(arg); in arg_parse_enum_or_int()
1191 global->csp = arg_parse_enum(&arg); in parse_global_config()