Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dpatch.c135 int matcheof, trailing = 0, reverse = FLAG(R), backwarn = 0; in apply_one_hunk() local
147 matcheof = !trailing || trailing < TT.context; in apply_one_hunk()
149 if (FLAG(x)) fprintf(stderr,"MATCHEOF=%c\n", matcheof ? 'Y' : 'N'); in apply_one_hunk()
174 if (!plist && matcheof) break; in apply_one_hunk()
229 if (!plist && !matcheof) goto out; in apply_one_hunk()