Home
last modified time | relevance | path

Searched refs:ARGP_NO_EXIT (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/argp/
Dargp.h355 #define ARGP_NO_EXIT 0x20 macro
361 #define ARGP_SILENT (ARGP_NO_EXIT | ARGP_NO_ERRS | ARGP_NO_HELP)
Dargp-help.c1849 if (!state || ! (state->flags & ARGP_NO_EXIT)) in __argp_state_help()
1999 if (status && (!state || !(state->flags & ARGP_NO_EXIT))) in weak_alias()
Dargp-parse.c184 if (! (state->flags & ARGP_NO_EXIT)) in argp_version_parser()
/glibc-2.36/manual/
Dargp.texi78 Unless the @code{ARGP_NO_EXIT} or @code{ARGP_NO_HELP} flags are included
115 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 is
700 @c stream, then exit unless ARGP_NO_EXIT.
861 suppressed if the @code{ARGP_NO_EXIT} or @code{ARGP_NO_ERRS} flags are
880 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 exiting
973 @item ARGP_NO_EXIT
988 @code{ARGP_NO_EXIT}, @code{ARGP_NO_ERRS}, and @code{ARGP_NO_HELP}.