Lines Matching defs:argInfo
114 unsigned int argInfo; /*!< type of argument expected after the option */
115 void * arg; /*!< depends on argInfo */
498 * @param argInfo (unused)
502 int poptSaveString(const char *** argvp, unsigned int argInfo,
509 * @param argInfo logical operation (see POPT_ARGFLAG_*)
513 int poptSaveLongLong(long long * arg, unsigned int argInfo,
520 * @param argInfo logical operation (see POPT_ARGFLAG_*)
524 int poptSaveLong(long * arg, unsigned int argInfo, long aLong);
530 * @param argInfo logical operation (see POPT_ARGFLAG_*)
534 int poptSaveShort(short * arg, unsigned int argInfo, long aLong);
540 * @param argInfo logical operation (see POPT_ARGFLAG_*)
544 int poptSaveInt(int * arg, unsigned int argInfo, long aLong);
570 * @param argInfo logical operation (see POPT_ARGFLAG_*)
574 int poptSaveBits(poptBits * bitsp, unsigned int argInfo,