Home
last modified time | relevance | path

Searched refs:grpmatch (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c165 static int grpmatch(Match_t*, int, char*, register char*, char*, int);
232 if (grpmatch(mp, n, olds, subp, s, flags) == pc) in onematch()
523 grpmatch(Match_t* mp, int g, char* s, register char* p, char* e, int flags) in grpmatch() function
560 if ((i = grpmatch(&match, 0, s, (char*)p, e, flags)) || match.best.next_s) in strgrpmatch()