Lines Matching refs:counter
408 register int counter; /* newlines and spaces */ local
439 counter = 0; /* Count empty lines */
444 ++counter; /* Do nothing now */
447 counter = control(counter); /* Yes, do a #command */
456 counter++; /* Count it, too. */
469 if ((wrongline && infile->fp != NULL) || counter > 4)
472 while (--counter >= 0) /* them out ourselves */
481 for (counter = 0; (type[(c = get())] == SPA);) {
484 counter++;
486 counter++; /* Skip over blanks */
491 else if (counter > 0) /* If we got any spaces */