Lines Matching refs:mdep
87 while (MDE_TAG(&mdp->mdep[start]) == MDET_NULL) start++; in md_scan_dag()
92 if (MDE_TAG(&mdp->mdep[start]) != MDET_NODE) { in md_scan_dag()
132 md_element_t *mdep; in mdl_scan_dag() local
134 mdep = &(mdp->mdep[nodeidx]); in mdl_scan_dag()
137 if (MDE_TAG(mdep) != MDET_NODE) in mdl_scan_dag()
152 printf("%d (%s)\n", nodeidx, (char *)(mdp->datap + MDE_NAME(mdep))); in mdl_scan_dag()
156 if (MDE_NAME(mdep) == node_name_cookie) { in mdl_scan_dag()
173 for (mdep++; MDE_TAG(mdep) != MDET_NODE_END; mdep++) { in mdl_scan_dag()
174 if (MDE_TAG(mdep) == MDET_PROP_ARC && in mdl_scan_dag()
175 MDE_NAME(mdep) == arc_name_cookie) { in mdl_scan_dag()
179 (int)mdep->d.prop_idx, in mdl_scan_dag()