Searched refs:Arglist (Results 1 – 1 of 1) sorted by relevance
/external/bison/lib/ |
D | argmatch.h | 34 # define ARGMATCH_VERIFY(Arglist, Vallist) \ argument 35 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1) 45 # define ARGMATCH(Arg, Arglist, Vallist) \ argument 46 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist)) 71 # define ARGMATCH_VALID(Arglist, Vallist) \ argument 72 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist)) 86 # define XARGMATCH(Context, Arg, Arglist, Vallist) \ argument 87 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \ 99 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \ argument 100 argmatch_to_argument (Value, Arglist, \
|