Home
last modified time | relevance | path

Searched refs:matchind (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dargmatch.c88 ptrdiff_t matchind = -1; /* Index of first nonexact match. */ in argmatch() local
101 else if (matchind == -1) in argmatch()
103 matchind = i; in argmatch()
108 || memcmp (vallist + valsize * matchind, in argmatch()
121 return matchind; in argmatch()