HomeSort by: relevance | last modified time | path
    Searched refs:repeats (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/uniq/
uniq.c 57 static int numchars, numfields, repeats; variable in typeref:typename:int
173 repeats = 0;
175 ++repeats;
192 if ((dflag && repeats == 0) || (uflag && repeats > 0))
195 (void)fprintf(ofp, "%4d %s", repeats + 1, str);
  /src/usr.bin/make/unit-tests/
varmod-subst.mk 265 # continues with the next character. This repeats for the other dollar

Completed in 12 milliseconds