Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c76 char* next_s; member
283 mp->current.next_s = (flags & STR_MAXIMAL) ? e : olds; in onematch()
286 …p->best.next_s || (flags & STR_MAXIMAL) && mp->current.next_s > mp->best.next_s || !(flags & STR_M… in onematch()
330 mp->current.next_s = olds; in onematch()
334 …if (!pc && (!mp->best.next_s || (flags & STR_MAXIMAL) && olds > mp->best.next_s || !(flags & STR_M… in onematch()
337 mp->best.next_s = olds; in onematch()
558 match.best.next_s = 0; in strgrpmatch()
560 if ((i = grpmatch(&match, 0, s, (char*)p, e, flags)) || match.best.next_s) in strgrpmatch()
565 match.current.end[0] = match.current.next_s; in strgrpmatch()
572 if ((flags & STR_RIGHT) && match.current.next_s != e) in strgrpmatch()