OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XARGMATCH
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
argmatch.h
48
/*
xargmatch
calls this function when it fails. This function should not
86
# define
XARGMATCH
(Context, Arg, Arglist, Vallist) \
argmatch.c
66
/* Used by
XARGMATCH
and XARGCASEMATCH. See description in argmatch.h.
266
backup_type =
XARGMATCH
("$VERSION_CONTROL", cp,
270
backup_type =
XARGMATCH
(program_name, argv[1],
/external/bison/src/
getargs.c
111
int value =
XARGMATCH
(option, args + no, keys, values);
Completed in 1697 milliseconds