Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 2 of 2) sorted by relevance

/argp/
A Dargp-help.c265 #define oalias(opt) ((opt)->flags & OPTION_ALIAS) argument
268 #define odoc(opt) ((opt)->flags & OPTION_DOC) argument
271 #define oend(opt) __option_is_end (opt) argument
274 #define oshort(opt) __option_is_short (opt) argument
360 const struct argp_option *opt; member
555 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() local
643 const struct argp_option *opt = entry->opt; in hol_find_entry() local
979 const struct argp_option *opt; in hol_append() local
[all …]
A Dargp-parse.c323 const struct argp_option *opt; in convert_options() local
457 const struct argp_option *opt = argp->options; in calc_sizes() local
728 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