Lines Matching refs:grent
3348 state_ctx->grent.dom_idx = 0;
3349 state_ctx->grent.cur = 0;
3687 if (state_ctx->grent.dom_idx >= gctx->num) break;
3689 gdom = &gctx->doms[state_ctx->grent.dom_idx];
3691 n = gdom->res->count - state_ctx->grent.cur;
3692 if (n <= 0 && (state_ctx->grent.dom_idx+1 < gctx->num)) {
3693 state_ctx->grent.dom_idx++;
3694 gdom = &gctx->doms[state_ctx->grent.dom_idx];
3696 state_ctx->grent.cur = 0;
3703 msgs = &(gdom->res->msgs[state_ctx->grent.cur]);
3709 state_ctx->grent.cur += n;
3774 cmdctx->saved_dom_idx = state_ctx->grent.dom_idx;
3775 cmdctx->saved_cur = state_ctx->grent.cur;
3816 state_ctx->grent.dom_idx = cmdctx->saved_dom_idx;
3817 state_ctx->grent.cur = cmdctx->saved_cur;
3852 state_ctx->grent.dom_idx = 0;
3853 state_ctx->grent.cur = 0;