Home
last modified time | relevance | path

Searched refs:LF_ISSET (Results 1 – 3 of 3) sorted by relevance

/third_party/popt/src/
Dpopt.c557 if (LF_ISSET(ONEDASH) && !shortName && (longName && *longName == '\0')) in findOption()
588 (!LF_ISSET(ONEDASH) || F_ISSET(opt, ONEDASH)) && in findOption()
915 if (aLongLong != 0 && LF_ISSET(RANDOM)) { in poptSaveLongLong()
928 if (LF_ISSET(NOT)) in poptSaveLongLong()
930 switch (LF_ISSET(LOGICALOPS)) { in poptSaveLongLong()
956 if (aLong != 0 && LF_ISSET(RANDOM)) { in poptSaveLong()
969 if (LF_ISSET(NOT)) in poptSaveLong()
971 switch (LF_ISSET(LOGICALOPS)) { in poptSaveLong()
989 if (aLong != 0 && LF_ISSET(RANDOM)) { in poptSaveInt()
1002 if (LF_ISSET(NOT)) in poptSaveInt()
[all …]
Dpoptint.h74 #define LF_ISSET(_FLAG) (argInfo & POPT_ARGFLAG_##_FLAG) macro
/third_party/popt/
DCHANGES33 - jbj: change singleDash arg to a bit enum, use LF_ISSET(ONEDASH) instead.
108 - jbj: hide bit field structure behind F_ISSET/LF_ISSET/CBF_ISSET macros.