Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dpatch.c128 int matcheof, trail = 0, reverse = FLAG(R), backwarn = 0, allfuzz, fuzz, i; in apply_one_hunk() local
150 matcheof = !trail || trail < TT.context; in apply_one_hunk()
154 if (FLAG(x)) fprintf(stderr,"MATCHEOF=%c\n", matcheof ? 'Y' : 'N'); in apply_one_hunk()
176 if (!plist && matcheof) break; in apply_one_hunk()
237 if (!plist && !matcheof) goto out; in apply_one_hunk()