Searched defs:matches (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/re/
H A Dsed3.c86 regmatch_t matches[100]; local
87 if(reexec(re, (char*)data->s, data->w - data->s, elementsof(matches), matches, 0))
89 if(c = regsubexec(re, (char*)data->s, elementsof(matches), matches)) {
/ast/src/lib/libjcl/
H A Dpath.c64 int matches; member in struct:State_s
285 if (state.matched >= state.matches)
470 if (state.matches < k)
471 state.matches = k;
593 for (k = 0; k <= state.matches; k++)
/ast/src/lib/libz/
H A Ddeflate.h116 * bytes. With this organization, matches are limited to a distance of
246 uInt matches; /* number of string matches in current block */ member in struct:internal_state
/ast/src/lib/libast/misc/
H A Dmagic.c492 regmatch_t matches[10]; local
685 if ((c = regexec(ep->value.sub, p, elementsof(matches), matches, 0)) || (c = regsubexec(ep->value.sub, p, elementsof(matches), matches)))
693 if ((c = regexec(ep->value.sub, p, elementsof(matches), matches, 0)) || (c = regsubexec(ep->value.sub, p, elementsof(matches), matches)))
/ast/src/cmd/INIT/
H A Dratz.c1326 * bytes. With this organization, matches are limited to a distance of
1456 uInt matches; /* number of string matches in current block */ member in struct:internal_state
3316 Tracev((stderr, "inflate: check matches trailer\n"));
3329 Tracev((stderr, "inflate: length matches trailer\n"));

Completed in 235 milliseconds