HomeSort by relevance Sort by last modified time
    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