Searched refs:ARGP_NO_EXIT (Results 1 – 3 of 3) sorted by relevance
355 #define ARGP_NO_EXIT 0x20 macro361 #define ARGP_SILENT (ARGP_NO_EXIT | ARGP_NO_ERRS | ARGP_NO_HELP)
1849 if (!state || ! (state->flags & ARGP_NO_EXIT)) in __argp_state_help()1999 if (status && (!state || !(state->flags & ARGP_NO_EXIT))) in weak_alias()
184 if (! (state->flags & ARGP_NO_EXIT)) in argp_version_parser()
Completed in 18 milliseconds