Home
last modified time | relevance | path

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

/argp/
A Dargp-help.c271 #define oend(opt) __option_is_end (opt) argument
274 #define oshort(opt) __option_is_short (opt) argument
566 if (oshort (opt) && *so == opt->key) in hol_entry_short_iterate()
610 return oshort (opt) ? opt->key : 0; in until_short()
627 for (opt = entry->opt, num = entry->num; num > 0; opt++, num--) in hol_entry_first_long()
628 if (opt->name && ovisible (opt)) in hol_entry_first_long()
647 if (opt->name && ovisible (opt) && strcmp (opt->name, name) == 0) in hol_find_entry()
986 if (oshort (opt) && ch == opt->key) in hol_append()
1226 if (opt->name && ovisible (opt)) in hol_entry_help()
1259 if (opt->name && ovisible (opt)) in hol_entry_help()
[all …]
A Dargp-parse.c326 for (opt = real; !__option_is_end (opt); opt++) in convert_options()
330 real = opt; in convert_options()
348 if (opt->name in convert_options()
367 ((opt->key ? opt->key : real->key) & USER_MASK) in convert_options()
462 if (opt) in calc_sizes()
791 int opt; in parser_parse_next() local
843 opt = KEY_END; in parser_parse_next()
845 if (opt == KEY_END) in parser_parse_next()
858 opt = KEY_ARG; in parser_parse_next()
863 if (opt == KEY_ARG) in parser_parse_next()
[all …]

Completed in 11 milliseconds