Searched refs:dfn_depth (Results 1 – 1 of 1) sorted by relevance
41 int dfn_depth = 0; variable120 dfn_depth += 1; in dfn_pre_visit()122 if (dfn_depth >= dfn_sz) { in dfn_pre_visit()134 dfn_stack[dfn_depth].nlentryp = parentp; in dfn_pre_visit()135 dfn_stack[dfn_depth].cycletop = dfn_depth; in dfn_pre_visit()140 (void) printf("[dfn_pre_visit]\t\t%d:", dfn_depth); in dfn_pre_visit()176 for (cycletop = dfn_depth; cycletop > 0; cycletop -= 1) { in dfn_findcycle()201 dfn_depth, cycletop); in dfn_findcycle()207 if (cycletop == dfn_depth) { in dfn_findcycle()247 for (index = cycletop + 1; index <= dfn_depth; index += 1) { in dfn_findcycle()[all …]