Home
last modified time | relevance | path

Searched refs:POPT_ARGFLAG_NOT (Results 1 – 2 of 2) sorted by relevance

/third_party/popt/src/
Dpopt.h62 #define POPT_ARGFLAG_NOT 0x01000000U /*!< arg will be negated */ macro
Dpopt.c1073 argInfo ^= POPT_ARGFLAG_NOT; in poptArgInfo()