Lines Matching refs:hits
126 Sfulong_t hits; /* labeled pattern matches */ member
159 Sfulong_t hits; /* total matched pattern count */ member
328 item->hits++; in record()
355 Sfulong_t hits = 0; in execute() local
395 x->hits++; in execute()
416 hits++; in execute()
540 if (hits && state->list >= 0) in execute()
549 state->hits += hits; in execute()
554 sfprintf(sfstdout, "%I*u\n", sizeof(hits), hits); in execute()
558 else if ((hits != 0) == (state->list > 0)) in execute()
571 if (x->hits && state->list >= 0) in execute()
585 x->total += x->hits; in execute()
586 state->hits += x->hits; in execute()
594 sfprintf(sfstdout, "%I*u\n", sizeof(x->hits), x->hits); in execute()
598 else if ((x->hits != 0) == (state->list > 0)) in execute()
608 x->hits = 0; in execute()
847 sfprintf(sfstdout, "%I*u\n", sizeof(state.hits), state.hits); in grep_main()