Lines Matching refs:counter
407 register int counter; /* newlines and spaces */ local
438 counter = 0; /* Count empty lines */
443 ++counter; /* Do nothing now */
446 counter = control(counter); /* Yes, do a #command */
455 counter++; /* Count it, too. */
468 if ((wrongline && infile->fp != NULL) || counter > 4)
471 while (--counter >= 0) /* them out ourselves */
480 for (counter = 0; (type[(c = get())] == SPA);) {
483 counter++;
485 counter++; /* Skip over blanks */
490 else if (counter > 0) /* If we got any spaces */