Searched refs:dfn_maxdepth (Results 1 – 2 of 2) sorted by relevance
54 int dfn_maxdepth = 0; variable217 if (dfn_depth >= dfn_maxdepth) in pre_visit()219 dfn_maxdepth += DFN_INCR_DEPTH; in pre_visit()220 dfn_stack = xrealloc (dfn_stack, dfn_maxdepth * sizeof *dfn_stack); in pre_visit()
54 int dfn_maxdepth = 0; variable221 if (dfn_depth >= dfn_maxdepth)223 dfn_maxdepth += DFN_INCR_DEPTH;224 dfn_stack = xrealloc (dfn_stack, dfn_maxdepth * sizeof *dfn_stack);