Lines Matching refs:Vallist
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, \
88 (char const *) (Vallist), \
89 sizeof *(Vallist), \
99 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \ argument
101 (char const *) (Vallist), sizeof *(Vallist))