OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argmatch
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
argmatch.h
0
/*
argmatch
.h -- definitions and prototypes for
argmatch
.c
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))
55
/* Report on stderr why
argmatch
failed. Report correct values. */
77
/* Same as
argmatch
, but upon failure, reports a explanation on the
argmatch.c
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.
87
argmatch
(const char *arg, const char *const *arglist,
function
[
all
...]
Makefile
102
$(am__objects_2) $(am__objects_3)
argmatch
.$(OBJEXT) \
270
$(timevars_sources)
argmatch
.h
argmatch
.c basename.c \
398
include ./$(DEPDIR)/
argmatch
.Po
/external/bison/
Android.mk
14
lib/
argmatch
.c \
/external/bison/src/
getargs.c
26
#include <
argmatch
.h>
Completed in 88 milliseconds