Searched defs:hits (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/misc/
H A Dfindlib.h83 unsigned short hits[USHRT_MAX+1]; member in struct:__anon279
/ast/src/cmd/re/
H A Dgrep.c132 Sfulong_t hits; /* labeled pattern matches */ member in struct:Item_s
133 Sfulong_t total; /* total hits */
163 int list; /* list files with hits */
167 Sfulong_t hits; /* total matched pattern count */ member in struct:State_s
170 unsigned char count; /* count number of hits */
328 item->hits++;
355 Sfulong_t hits = 0; local
395 x->hits++;
416 hits++;
543 if (hits
[all...]
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c144 uintmax_t hits; /* labeled pattern matches */ member in struct:Item_s
145 uintmax_t total; /* total hits */
187 int list; /* list files with hits */
191 uintmax_t hits; /* total matched pattern count */ member in struct:State_s
194 unsigned char count; /* count number of hits */
433 state->hit->hits++;
633 if (x->hits && state->list >= 0)
646 x->total += x->hits;
653 sfprintf(sfstdout, "%I*u\n", sizeof(x->hits), x->hits);
[all...]

Completed in 42 milliseconds