Home
last modified time | relevance | path

Searched refs:RaMapLabelMol (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/
H A Dargus_label.h194 void RaMapLabelMol (struct ArgusLabelerStruct *, struct RaAddressStruct *, int, int, int, int);
227 extern void RaMapLabelMol (struct ArgusLabelerStruct *, struct RaAddressStruct *, int, int, int, in…
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_label.c3675 RaMapLabelMol (struct ArgusLabelerStruct *labeler, struct RaAddressStruct *node, int level, int x, … in RaMapLabelMol() function
3679 if (node->r) RaMapLabelMol(labeler, node->r, level + 1, x, y, dir); in RaMapLabelMol()
3682 if (node->l) RaMapLabelMol(labeler, node->l, level + 1, x, y, dir); in RaMapLabelMol()