Searched refs:__arc (Results 1 – 1 of 1) sorted by relevance
57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \59 (__arc) != MDESC_NODE_NULL; \60 __arc = mdesc_next_arc(__hdl, __arc, __type))
Completed in 4 milliseconds