Searched refs:Vallist (Results 1 – 1 of 1) sorted by relevance
/external/bison/lib/ |
D | argmatch.h | 35 # define ARGMATCH_VERIFY(Arglist, Vallist) \ argument 36 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1) 46 # define ARGMATCH(Arg, Arglist, Vallist) \ argument 47 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist)) 72 # define ARGMATCH_VALID(Arglist, Vallist) \ argument 73 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist)) 87 # define XARGMATCH(Context, Arg, Arglist, Vallist) \ argument 88 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \ 89 (char const *) (Vallist), \ 90 sizeof *(Vallist), \ [all …]
|