Searched refs:hits (Results 1 - 5 of 5) sorted by relevance

/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/lib/libast/misc/
H A Dfindlib.h83 unsigned short hits[USHRT_MAX+1]; member in struct:__anon279
H A Dfastfind.c1103 fp->encode.hits[fp->encode.code[n][m]]++;
1104 fp->encode.hits[0] = 0;
1107 if (d = fp->encode.hits[n])
1109 fp->encode.hits[n] = m;
1114 fp->encode.hits[n] = 0;
1117 if (fp->encode.hits[fp->encode.code[n][m]])
1120 b = fp->encode.hits[d] - 1;
1122 if (fp->encode.hits[d]++ >= FF_MAX)
1123 fp->encode.hits[d] = 0;
/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...]
/ast/src/lib/libdss/
H A Dtag.c68 Hit_t* hits;
834 for (hp = tag->hits; hp; hp = hp->next)
849 hp->next = tag->hits;
850 tag->hits = hp;
889 for (hp = tag->hits; hp; hp = np)

Completed in 66 milliseconds