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

/external/toybox/toys/posix/
H A Dpatch.c135 int matcheof = 0, reverse = toys.optflags & FLAG_R, backwarn = 0; local
143 if (plist->data[0]==' ') matcheof++;
144 else matcheof = 0;
147 matcheof = matcheof < TT.context;
149 if (PATCH_DEBUG) fprintf(stderr,"MATCHEOF=%c\n", matcheof ? 'Y' : 'N');
175 if (!plist && matcheof) break;
224 if (!plist && !matcheof) goto out;

Completed in 159 milliseconds