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