Searched refs:ndates (Results 1 – 2 of 2) sorted by relevance
79 int ndates; /* number of times date changed */ variable258 ndates++; in loop()425 if (ndates) in printrep()426 printf("%d\tdate change%c\n",ndates,(ndates>1 ? 's' : '\0')); in printrep()
86 int ndates; /* number of times date changed */ variable232 ndates++; in loop()397 if (ndates) in printrep()398 printf("%d\tdate change%c\n", ndates, (ndates > 1 ? 's' : in printrep()