Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c78 case T_ASSIGN: in iexpr_hash()
158 case T_ASSIGN: in iexpr_cmp()
H A Deft_mdb.c523 case T_ASSIGN: /* assignment statement */ in eft_node()
H A Deval.c961 case T_ASSIGN: in eval_dup()
1421 case T_ASSIGN: in eval_expr()
H A Dplatform.c1134 case T_ASSIGN: in arglist2argv()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h189 L_DECL(T_ASSIGN);
H A Dtree.h53 T_ASSIGN, /* assignment statement */ enumerator
H A Dptree.c174 case T_ASSIGN: in ptree()
504 case T_ASSIGN: return L_T_ASSIGN; in ptree_nodetype2str()
633 else if (np->t == T_ASSIGN || in name_pattern_match_in_subtree()
H A Descparse.y282 { $$ = tree_expr(T_ASSIGN, $1, $3); }
H A Dtree.c279 case T_ASSIGN: in tree_free()
384 case T_ASSIGN: in tree_treecmp()
834 case T_ASSIGN: in make_explicit()
H A Dcheck.c646 case T_ASSIGN: in check_exprscope()
1225 case T_ASSIGN: in check_expr()