OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flags_argmatch
(Results
1 - 3
of
3
) sorted by null
/external/bison/src/
getargs.c
101
flags_argmatch
(const char *option,
function
143
#define
FLAGS_ARGMATCH
(FlagName, Args) \
144
flags_argmatch
("--" #FlagName, FlagName ## _args, FlagName ## _types, \
641
FLAGS_ARGMATCH
(trace, optarg);
649
FLAGS_ARGMATCH
(feature, optarg);
653
FLAGS_ARGMATCH
(warnings, optarg);
699
FLAGS_ARGMATCH
(report, optarg);
/prebuilts/misc/linux-x86/bison/
bison
/external/bison/
ChangeLog-2012
349
* src/getargs.c (
flags_argmatch
): Accept a new argument that
351
(
FLAGS_ARGMATCH
): Update
flags_argmatch
invocation.
362
* src/getargs.c (
flags_argmatch
): Handles no-XXX.
[
all
...]
Completed in 544 milliseconds