Home | History | Annotate | Download | only in src

Lines Matching refs:max_group

2285   uint16_t  max_group;
3590 top_nest->max_group = (uint16_t)cb->bracount;
3605 top_nest->max_group = 0;
4262 if (cb->bracount > top_nest->max_group)
4263 top_nest->max_group = (uint16_t)cb->bracount;
4279 top_nest->max_group > cb->bracount)
4280 cb->bracount = top_nest->max_group;