Home
last modified time | relevance | path

Searched refs:ARGP_NO_ERRS (Results 1 – 3 of 3) sorted by relevance

/argp/
A Dargp.h332 #define ARGP_NO_ERRS 0x02 macro
361 #define ARGP_SILENT (ARGP_NO_EXIT | ARGP_NO_ERRS | ARGP_NO_HELP)
A Dargp-parse.c142 if ((state->flags & (ARGP_PARSE_ARGV0 | ARGP_NO_ERRS)) in argp_default_parser()
556 if (parser->state.flags & ARGP_NO_ERRS) in parser_init()
619 if (!(parser->state.flags & ARGP_NO_ERRS) in parser_finalize()
A Dargp-help.c1841 if ((!state || ! (state->flags & ARGP_NO_ERRS)) && stream) in __argp_state_help()
1869 if (!state || !(state->flags & ARGP_NO_ERRS)) in weak_alias()
1933 if (!state || !(state->flags & ARGP_NO_ERRS)) in weak_alias()

Completed in 13 milliseconds