Searched refs:POPT_ARGFLAG_OR (Results 1 – 3 of 3) sorted by relevance
57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */ macro64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
934 case POPT_ARGFLAG_OR: in poptSaveLongLong()973 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break; in poptSaveLong()1006 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break; in poptSaveInt()1040 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong; in poptSaveShort()1072 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND); in poptArgInfo()
381 case POPT_ARGFLAG_OR: in singleOptionHelp()