OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_ARG_INCLUDE_TABLE
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libpopt/
popt.h
24
#define
POPT_ARG_INCLUDE_TABLE
4 /*!< arg points to table */
164
#define POPT_AUTOALIAS { NULL, '\0',
POPT_ARG_INCLUDE_TABLE
, poptAliasOptions, \
180
#define POPT_AUTOHELP { NULL, '\0',
POPT_ARG_INCLUDE_TABLE
, poptHelpOptions, \
popthelp.c
420
if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
) {
524
if ((opt->argInfo & POPT_ARG_MASK) !=
POPT_ARG_INCLUDE_TABLE
)
717
} else if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
) {
771
else if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
)
popt.c
71
if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
) {
99
if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
) {
131
if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
) {
487
if ((opt->argInfo & POPT_ARG_MASK) ==
POPT_ARG_INCLUDE_TABLE
) {
[
all
...]
/external/oprofile/
popt.h
24
#define
POPT_ARG_INCLUDE_TABLE
4 /*!< arg points to table */
164
#define POPT_AUTOALIAS { NULL, '\0',
POPT_ARG_INCLUDE_TABLE
, poptAliasOptions, \
180
#define POPT_AUTOHELP { NULL, '\0',
POPT_ARG_INCLUDE_TABLE
, poptHelpOptions, \
Completed in 2380 milliseconds