OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_ARGFLAG_NOT
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libpopt/
popt.h
54
#define
POPT_ARGFLAG_NOT
0x01000000 /*!< arg will be negated */
popthelp.c
292
int negate = (opt->argInfo &
POPT_ARGFLAG_NOT
);
popt.c
654
if (argInfo &
POPT_ARGFLAG_NOT
)
682
if (argInfo &
POPT_ARGFLAG_NOT
)
[
all
...]
/external/oprofile/
popt.h
54
#define
POPT_ARGFLAG_NOT
0x01000000 /*!< arg will be negated */
Completed in 521 milliseconds