Searched refs:POPT_CBFLAG_PRE (Results 1 – 3 of 3) sorted by relevance
71 #define POPT_CBFLAG_PRE 0x80000000 /*!< call the callback before parse */ macro
80 (opt->argInfo & POPT_CBFLAG_PRE)) in invokeCallbacksPRE()