HomeSort by relevance Sort by last modified time
    Searched refs:ARGMATCH (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
argmatch.h 0 /* argmatch.h -- definitions and prototypes for argmatch.c
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))
54 /* Report on stderr why argmatch failed. Report correct values. */
76 /* Same as argmatch, but upon failure, report an explanation of the
  /external/bison/
maint.mk 578 @h='argmatch.h' \
579 re='(\<(ARRAY_CARDINALITY|X?ARGMATCH(|_TO_ARGUMENT|_VERIFY))\>|\<(invalid_arg|argmatch(_exit_fn|_(in)?valid)?) *\()' \
    [all...]

Completed in 355 milliseconds