Home
last modified time | relevance | path

Searched refs:POPT_ARG_INCLUDE_TABLE (Results 1 – 5 of 5) sorted by relevance

/third_party/popt/tests/
Dtest2.c112 { 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()
Dtest1.c84 { 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/
Dpopt.h24 #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, \
Dpopthelp.c496 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()
Dpopt.c79 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()