Searched refs:INQUERY_CALL (Results 1 – 5 of 5) sorted by relevance
45 if (INQUERY_CALL(opts, od)) in optionTimeVal()77 if (INQUERY_CALL(opts, od)) in optionTimeDate()
52 if (INQUERY_CALL(opts, od)) in optionUnstackArg()238 if (INQUERY_CALL(opts, od)) in optionStackArg()
53 if (INQUERY_CALL(opts, od)) in optionBooleanVal()
116 if (INQUERY_CALL(opts, od) || (od->optArg.argString == NULL)) in optionNumericVal()
394 #define INQUERY_CALL(_o, _d) ( \ macro