Home | History | Annotate | Download | only in oprofile

Lines Matching defs:option

75 #define POPT_CBFLAG_SKIPOPTION	0x10000000  /*!< don't callback with option */
76 #define POPT_CBFLAG_CONTINUE 0x08000000 /*!< continue callbacks with option */
84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */
145 struct poptOption option; /*!< alias/exec name(s) and description. */
217 * @param opt option that triggered callback
234 * @param options address of popt option table
255 * Return value of next option found.
257 * @return next option val, -1 on last item, POPT_ERROR_* on error
264 * Return next option argument (if any).
266 * @return option argument, NULL if no argument is available
300 * Return the option which caused the most recent error.
303 * @return offending option
497 * Provide text to replace default "[OPTION...]" in help/usage output.