Lines Matching refs:arglist
35 # define ARGMATCH_VERIFY(Arglist, Vallist) \
36 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
38 /* Return the index of the element of ARGLIST (NULL terminated) that
43 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
46 # define ARGMATCH(Arg, Arglist, Vallist) \
47 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist))
69 void argmatch_valid (char const *const *arglist,
72 # define ARGMATCH_VALID(Arglist, Vallist) \
73 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist))
81 char const *arg, char const *const *arglist,
87 # define XARGMATCH(Context, Arg, Arglist, Vallist) \
88 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \
96 char const *const *arglist,
99 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \
100 argmatch_to_argument (Value, Arglist, \