Searched refs:POPT_CBFLAG_POST (Results 1 – 3 of 3) sorted by relevance
72 #define POPT_CBFLAG_POST 0x40000000 /*!< call the callback after parse */ macro
108 (opt->argInfo & POPT_CBFLAG_POST)) in invokeCallbacksPOST()