Lines Matching refs:ef_depth
75 if (f->ef_depth == NULL) { in stack_check()
76 if ((f->ef_depth = in stack_check()
82 bzero(f->ef_depth, DEFAULT_ENTRIES * sizeof (ea_file_depth_t)); in stack_check()
94 bcopy(f->ef_depth, newstack, in stack_check()
98 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in stack_check()
100 f->ef_depth = newstack; in stack_check()
110 if (f->ef_depth != NULL) { in stack_free()
111 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in stack_free()
112 f->ef_depth = NULL; in stack_free()
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()
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()
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()
209 if (--f->ef_depth[f->ef_ndeep].efd_obj >= 0) { in stack_previous_object()
1194 ea_free(f->ef_depth, f->ef_mxdeep * sizeof (ea_file_depth_t)); in ea_close()