Searched defs:opt (Results 1 – 2 of 2) sorted by relevance
265 #define oalias(opt) ((opt)->flags & OPTION_ALIAS) argument268 #define odoc(opt) ((opt)->flags & OPTION_DOC) argument271 #define oend(opt) __option_is_end (opt) argument274 #define oshort(opt) __option_is_short (opt) argument360 const struct argp_option *opt; member555 int (*func)(const struct argp_option *opt, in hol_entry_short_iterate()584 int (*func)(const struct argp_option *opt, in hol_entry_long_iterate()625 const struct argp_option *opt; in hol_entry_first_long() local643 const struct argp_option *opt = entry->opt; in hol_find_entry() local979 const struct argp_option *opt; in hol_append() local[all …]
323 const struct argp_option *opt; in convert_options() local457 const struct argp_option *opt = argp->options; in calc_sizes() local728 parser_parse_opt (struct parser *parser, int opt, char *val) in parser_parse_opt()791 int opt; in parser_parse_next() local
Completed in 11 milliseconds