Searched refs:ARGP_NO_EXIT (Results 1 – 4 of 4) 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()
78 Unless the @code{ARGP_NO_EXIT} or @code{ARGP_NO_HELP} flags are included115 exit. The exception to this is if the @code{ARGP_NO_EXIT} flag is used.133 @code{ARGP_NO_EXIT} flag is set, the exit behavior of the program is700 @c stream, then exit unless ARGP_NO_EXIT.861 suppressed if the @code{ARGP_NO_EXIT} or @code{ARGP_NO_ERRS} flags are880 If a parser function will @emph{only} be used when @code{ARGP_NO_EXIT}951 @code{ARGP_NO_EXIT}. This is based on the assumption that silent exiting973 @item ARGP_NO_EXIT988 @code{ARGP_NO_EXIT}, @code{ARGP_NO_ERRS}, and @code{ARGP_NO_HELP}.