Lines Matching refs:mdep
89 while (MDE_TAG(&mdp->mdep[start]) == MDET_NULL) start++; in md_scan_dag()
94 if (MDE_TAG(&mdp->mdep[start]) != MDET_NODE) { in md_scan_dag()
134 md_element_t *mdep; in mdl_scan_dag() local
136 mdep = &(mdp->mdep[nodeidx]); in mdl_scan_dag()
139 if (MDE_TAG(mdep) != MDET_NODE) in mdl_scan_dag()
154 printf("%d (%s)\n", nodeidx, (char *)(mdp->datap + MDE_NAME(mdep))); in mdl_scan_dag()
158 if (MDE_NAME(mdep) == node_name_cookie) { in mdl_scan_dag()
175 for (mdep++; MDE_TAG(mdep) != MDET_NODE_END; mdep++) { in mdl_scan_dag()
176 if (MDE_TAG(mdep) == MDET_PROP_ARC && in mdl_scan_dag()
177 MDE_NAME(mdep) == arc_name_cookie) { in mdl_scan_dag()
181 (int)mdep->d.prop_idx, in mdl_scan_dag()