Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c345 static int tg_built; /* flag indicating that type graph is built */ variable
2379 int wasbuilt = tg_built; in typegraph()
2396 if (tg_built) in typegraph()
2482 tg_built = 1; in typegraph()
2529 if (!tg_built) { in typegraph_built()