Searched refs:POPT_ARG_INCLUDE_TABLE (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/libpopt/ |
D | popt.h | 24 #define POPT_ARG_INCLUDE_TABLE 4 /*!< arg points to table */ macro 164 #define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \ 180 #define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
|
D | popthelp.c | 420 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) { in maxArgWidth() 524 if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_INCLUDE_TABLE) in singleTableHelp() 717 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) { in singleTableUsage() 771 else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) in showShortOptions()
|
D | popt.c | 71 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) { in invokeCallbacksPRE() 99 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) { in invokeCallbacksPOST() 131 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) { in invokeCallbacksOPTION() 487 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) { in findOption()
|
/external/oprofile/ |
D | popt.h | 24 #define POPT_ARG_INCLUDE_TABLE 4 /*!< arg points to table */ macro 164 #define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \ 180 #define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
|