Home | History | Annotate | Download | only in dist

Lines Matching defs:linecount

1797         int linecount = 0;
1800 while (p < ptr && linecount < after_context)
1803 linecount++;
1836 int linecount = 0;
1840 linecount < before_context)
1842 linecount++;
1854 if (number) fprintf(stdout, "%d-", linenumber - linecount--);