Searched refs:POPT_ARGFLAG_NOT (Results 1 – 4 of 4) sorted by relevance
54 #define POPT_ARGFLAG_NOT 0x01000000 /*!< arg will be negated */ macro
654 if (argInfo & POPT_ARGFLAG_NOT) in poptSaveLong()682 if (argInfo & POPT_ARGFLAG_NOT) in poptSaveInt()
292 int negate = (opt->argInfo & POPT_ARGFLAG_NOT); in singleOptionHelp()