Home | History | Annotate | Download | only in lib

Lines Matching defs:walker

8146   const char *walker = before;
8150 for (; walker < after; walker++) {
8151 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0]));
8154 for (; walker < before + contextLength; walker++) {
8155 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0]));
8158 walker = after - contextLength;
8159 for (; walker < after; walker++) {
8160 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0]));