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

/freebsd-current/usr.bin/patch/
H A Dbackupfile.c178 int matchind = -1; /* Index of first nonexact match. */ local
189 else if (matchind == -1)
191 matchind = i;
200 return matchind;

Completed in 53 milliseconds