Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h265 #define STMT_CYMARK 0x02 /* declared item is marked for cycle check */ macro
H A Dcheck.c792 if (rhs->u.stmt.flags & STMT_CYMARK) { in check_cycle()
812 rhs->u.stmt.flags |= STMT_CYMARK; in check_cycle()
818 rhs->u.stmt.flags &= ~STMT_CYMARK; in check_cycle()