Home | History | Annotate | Download | only in lib

Lines Matching refs:argmatch

0 /* argmatch.c -- find a match for a string in an array
28 #include "argmatch.h"
54 /* Non failing version of argmatch call this function after failing. */
70 /* Used by XARGMATCH and XARGCASEMATCH. See description in argmatch.h.
88 argmatch (const char *arg, const char *const *arglist,
129 /* Error reporting for argmatch.
132 PROBLEM is the return value from argmatch. */
145 /* List the valid arguments for argmatch.
146 ARGLIST is the same as in argmatch.
175 CONTEXT is the context for which argmatch is called (e.g.,
185 ptrdiff_t res = argmatch (arg, arglist, vallist, valsize);