Searched refs:POPT_ARG_INCLUDE_TABLE (Results 1 – 5 of 5) sorted by relevance
/third_party/popt/tests/ |
D | test2.c | 112 { NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, in main() 114 { NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, in main() 116 { NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, in main()
|
D | test1.c | 84 { NULL, '\0', POPT_ARG_INCLUDE_TABLE, &moreCallbackArgs, 0, 145 { NULL, '\0', POPT_ARG_INCLUDE_TABLE, &moreArgs, 0, 147 { NULL, '\0', POPT_ARG_INCLUDE_TABLE, &callbackArgs, 0,
|
/third_party/popt/src/ |
D | popt.h | 24 #define POPT_ARG_INCLUDE_TABLE 4U /*!< arg points to table */ macro 163 #define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \ 173 #define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
|
D | popthelp.c | 496 if (poptArgType(opt) == POPT_ARG_INCLUDE_TABLE) { in maxArgWidth() 589 if (poptArgType(opt) != POPT_ARG_INCLUDE_TABLE) in singleTableHelp() 769 if (poptArgType(opt) == POPT_ARG_INCLUDE_TABLE) { in singleTableUsage() 827 } else if (poptArgType(opt) == POPT_ARG_INCLUDE_TABLE) { in showShortOptions()
|
D | popt.c | 79 case POPT_ARG_INCLUDE_TABLE: /* Recurse on included sub-tables. */ in invokeCallbacksPRE() 99 case POPT_ARG_INCLUDE_TABLE: /* Recurse on included sub-tables. */ in invokeCallbacksPOST() 124 case POPT_ARG_INCLUDE_TABLE: /* Recurse on included sub-tables. */ in invokeCallbacksOPTION() 564 case POPT_ARG_INCLUDE_TABLE: /* Recurse on included sub-tables. */ in findOption()
|