HomeSort by: relevance | last modified time | path
    Searched defs:matchind (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
backupfile.c 188 int matchind = -1; /* Index of first nonexact match. */ local in function:argmatch
199 else if (matchind == -1)
201 matchind = i;
210 return matchind;
backupfile.c 188 int matchind = -1; /* Index of first nonexact match. */ local in function:argmatch
199 else if (matchind == -1)
201 matchind = i;
210 return matchind;

Completed in 24 milliseconds