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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c80 case T_ASSIGN:
160 case T_ASSIGN:
H A Deft_mdb.c521 case T_ASSIGN: /* assignment statement */
H A Deval.c959 case T_ASSIGN:
1419 case T_ASSIGN:
H A Dplatform.c1132 case T_ASSIGN:
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h189 L_DECL(T_ASSIGN); variable
H A Dtree.h55 T_ASSIGN, /* assignment statement */ enumerator in enum:node::nodetype
H A Descparse.y282 { $$ = tree_expr(T_ASSIGN, $1, $3); }
H A Dptree.c176 case T_ASSIGN:
506 case T_ASSIGN: return L_T_ASSIGN;
635 else if (np->t == T_ASSIGN ||
H A Dtree.c263 case T_ASSIGN:
368 case T_ASSIGN:
818 case T_ASSIGN:
H A Dcheck.c646 case T_ASSIGN:
1225 case T_ASSIGN:

Completed in 278 milliseconds