Searched refs:POPT_ARG_CALLBACK (Results 1 – 4 of 4) sorted by relevance
/third_party/popt/tests/ |
D | test1.c | 60 { NULL, '\0', POPT_ARG_CALLBACK|POPT_CBFLAG_INC_DATA, 69 { NULL, '\0', POPT_ARG_CALLBACK, (void *)option_callback, 0,
|
/third_party/popt/src/ |
D | popt.h | 25 #define POPT_ARG_CALLBACK 5U /*!< table-wide callback... must be macro
|
D | popt.c | 83 case POPT_ARG_CALLBACK: /* Perform callback. */ in invokeCallbacksPRE() 103 case POPT_ARG_CALLBACK: /* Perform callback. */ in invokeCallbacksPOST() 129 case POPT_ARG_CALLBACK: /* Save callback info. */ in invokeCallbacksOPTION() 578 case POPT_ARG_CALLBACK: in findOption()
|
D | popthelp.c | 63 { NULL, '\0', POPT_ARG_CALLBACK, (void *)displayArgs, 0, NULL, NULL }, 71 { NULL, '\0', POPT_ARG_CALLBACK, (void *)displayArgs, 0, NULL, NULL },
|