Lines Matching defs:groups
153 short groups;
306 if (g < MAXGROUP && (!r || g > mp->current.groups))
316 mp->current.groups = oldg;
358 mp->current.groups = oldg;
389 mp->current.groups = g;
394 error(-3, "best#%d groups=%d next=\"%s\"", __LINE__, mp->best.groups, mp->best.next_s);
444 mp->current.groups = g;
450 mp->best.groups = g;
452 error(-3, "best#%d groups=%d next=\"%s\"", __LINE__, mp->best.groups, mp->best.next_s);
769 match.current.groups = 0;
774 match.current.groups++;
777 error(-1, "match i=%d s=\"%s\" p=\"%s\" flags=%o groups=%d next=\"%s\"", i, s, p, flags, match.current.groups, match.current.next_s);
791 if (n > match.current.groups)
792 n = match.current.groups;