Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcontrol.c233 # define MAX_INHERITS 255 macro
236 static oh *inherits[MAX_INHERITS * 2]; /* inherited objects */
797 if (ninherits >= MAX_INHERITS) { in ctrl_inherit()