Lines Matching refs:stmt
394 struct lut *lutp = stmtnp->u.stmt.lutp;
395 struct node *np = stmtnp->u.stmt.np;
566 dnp->u.stmt.flags |= STMT_REF;
721 if ((engnp = tree_s2np_lut_lookup(rhs->u.stmt.lutp, L_engine)) == NULL)
749 if (rhs->u.stmt.flags & STMT_REF)
789 if (rhs->u.stmt.flags & STMT_CYCLE)
792 if (rhs->u.stmt.flags & STMT_CYMARK) {
804 ptree_name(olevel|O_NONL, rhs->u.stmt.np);
809 rhs->u.stmt.flags |= STMT_CYCLE;
812 rhs->u.stmt.flags |= STMT_CYMARK;
815 for (np = Props; np; np = np->u.stmt.next)
816 check_cycle_lhs(rhs, np->u.stmt.np);
818 rhs->u.stmt.flags &= ~STMT_CYMARK;
879 if (tree_eventcmp(stmtnp->u.stmt.np, lhs) != 0)