Searched refs:T_GLOBID (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c77 case T_GLOBID:
157 case T_GLOBID:
H A Deval.c588 ASSERTeq(np->t, T_GLOBID, ptree_nodetype2str);
956 case T_GLOBID:
1402 case T_GLOBID:
1431 ASSERT(np->u.expr.left->t == T_GLOBID);
1475 np->u.expr.left->t == T_GLOBID &&
H A Deft_mdb.c434 case T_GLOBID: /* globals (e.g. $a) */
H A Ditree.c416 case T_GLOBID:
417 nrhs = newnode(T_GLOBID, orhs->file, orhs->line);
H A Dplatform.c1131 case T_GLOBID:
H A Dfme.c1104 ASSERTinfo(nid->t == T_GLOBID, ptree_nodetype2str(nid->t));
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h178 L_DECL(T_GLOBID); variable
H A Dtree.h45 T_GLOBID, /* globals (e.g. $a) */ enumerator in enum:node::nodetype
177 * info kept for T_GLOBID
H A Dcheck.c384 if (np->t != T_GLOBID)
643 case T_GLOBID:
1073 arglist->t != T_GLOBID &&
1171 if (arglist->t != T_GLOBID)
1227 if (np->u.expr.left->t != T_GLOBID)
H A Dtree.c165 case T_GLOBID:
307 case T_GLOBID:
433 case T_GLOBID:
621 struct node *ret = newnode(T_GLOBID, file, line);
H A Dptree.c149 case T_GLOBID:
495 case T_GLOBID: return L_T_GLOBID;

Completed in 223 milliseconds