Lines Matching refs:ef_ndeep
84 f->ef_ndeep = -1; in stack_check()
85 } else if (f->ef_ndeep + 1 >= f->ef_mxdeep) { in stack_check()
115 f->ef_ndeep = -1; in stack_free()
131 f->ef_ndeep++; in stack_new_group()
132 f->ef_depth[f->ef_ndeep].efd_obj = 0; in stack_new_group()
133 f->ef_depth[f->ef_ndeep].efd_nobjs = nobjs; in stack_new_group()
156 if (f->ef_ndeep < 0) { in stack_next_object()
164 if (++f->ef_depth[f->ef_ndeep].efd_obj < in stack_next_object()
165 f->ef_depth[f->ef_ndeep].efd_nobjs) { in stack_next_object()
175 while (f->ef_ndeep >= 0 && in stack_next_object()
176 ++f->ef_depth[f->ef_ndeep].efd_obj >= in stack_next_object()
177 f->ef_depth[f->ef_ndeep].efd_nobjs) { in stack_next_object()
179 f->ef_ndeep--; in stack_next_object()
201 if (f->ef_ndeep < 0) { in stack_previous_object()
209 if (--f->ef_depth[f->ef_ndeep].efd_obj >= 0) { in stack_previous_object()
214 f->ef_ndeep--; in stack_previous_object()