OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchind
(Results
1 - 1
of
1
) sorted by null
/external/bison/lib/
argmatch.c
93
ptrdiff_t
matchind
= -1; /* Index of first nonexact match. */
106
else if (
matchind
== -1)
108
matchind
= i;
113
|| memcmp (vallist + valsize *
matchind
,
126
return
matchind
;
92
ptrdiff_t
matchind
= -1; \/* Index of first nonexact match. *\/
local
Completed in 32 milliseconds