Home | History | Annotate | Download | only in lib

Lines Matching full:arglist

34 # define ARGMATCH_VERIFY(Arglist, Vallist) \
35 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
37 /* Return the index of the element of ARGLIST (NULL terminated) that
42 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
45 # define ARGMATCH(Arg, Arglist, Vallist) \
46 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist))
68 void argmatch_valid (char const *const *arglist,
71 # define ARGMATCH_VALID(Arglist, Vallist) \
72 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist))
80 char const *arg, char const *const *arglist,
86 # define XARGMATCH(Context, Arg, Arglist, Vallist) \
87 ((Vallist) [__xargmatch_internal (Context, Arg, Arglist, \
95 char const *const *arglist,
99 # define ARGMATCH_TO_ARGUMENT(Value, Arglist, Vallist) \
100 argmatch_to_argument (Value, Arglist, \