Lines Matching defs:option
77 #define POPT_CBFLAG_SKIPOPTION 0x10000000U /*!< don't callback with option */
78 #define POPT_CBFLAG_CONTINUE 0x08000000U /*!< continue callbacks with option */
84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */
85 #define POPT_ERROR_UNWANTEDARG -12 /*!< option does not take an argument */
114 unsigned int argInfo; /*!< type of argument expected after the option */
135 struct poptOption option; /*!< alias/exec name(s) and description. */
189 * @param opt option that triggered callback
211 * @param options address of popt option table
233 * @param options address of popt option table
248 * Return value of next option found.
250 * @return next option val, -1 on last item, POPT_ERROR_* on error
255 * Return next option argument (if any).
257 * @return option argument, NULL if no argument is available
283 * Return the option which caused the most recent error.
286 * @return offending option