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

/ast/src/lib/libast/astsa/
H A Dstrmatch.c76 char* next_s; member in struct:__anon246
283 mp->current.next_s = (flags & STR_MAXIMAL) ? e : olds;
286 if (!pc && (!mp->best.next_s || (flags & STR_MAXIMAL) && mp->current.next_s > mp->best.next_s || !(flags & STR_MAXIMAL) && mp->current.next_s < mp->best.next_s))
330 mp->current.next_s = olds;
334 if (!pc && (!mp->best.next_s || (flags & STR_MAXIMAL) && olds > mp->best.next_s || !(flag
[all...]
/ast/src/cmd/3d/
H A Dstrmatch.c152 char* next_s; member in struct:Group_s
387 mp->current.next_s = (flags & STR_MAXIMAL) ? e : olds;
390 if (!pc && (!mp->best.next_s || (flags & STR_MAXIMAL) && mp->current.next_s > mp->best.next_s || !(flags & STR_MAXIMAL) && mp->current.next_s < mp->best.next_s))
394 error(-3, "best#%d groups=%d next=\"%s\"", __LINE__, mp->best.groups, mp->best.next_s);
442 mp->current.next_s = olds;
446 if (!pc && (!mp->best.next_s || (flag
[all...]

Completed in 12 milliseconds