Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c75 case T_GLOBID: in iexpr_hash()
155 case T_GLOBID: in iexpr_cmp()
H A Deval.c590 ASSERTeq(np->t, T_GLOBID, ptree_nodetype2str); in eval_func()
958 case T_GLOBID: in eval_dup()
1404 case T_GLOBID: in eval_expr()
1433 ASSERT(np->u.expr.left->t == T_GLOBID); in eval_expr()
1477 np->u.expr.left->t == T_GLOBID && in eval_expr()
H A Deft_mdb.c436 case T_GLOBID: /* globals (e.g. $a) */ in eft_node()
H A Ditree.c416 case T_GLOBID: in nv_instantiate()
417 nrhs = newnode(T_GLOBID, orhs->file, orhs->line); in nv_instantiate()
H A Dplatform.c1133 case T_GLOBID: in arglist2argv()
H A Dfme.c1112 ASSERTinfo(nid->t == T_GLOBID, ptree_nodetype2str(nid->t)); in serd_eval()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h178 L_DECL(T_GLOBID);
H A Dcheck.c384 if (np->t != T_GLOBID) in check_serd_id()
643 case T_GLOBID: in check_exprscope()
1073 arglist->t != T_GLOBID && in check_func()
1171 if (arglist->t != T_GLOBID) in check_func()
1227 if (np->u.expr.left->t != T_GLOBID) in check_expr()
H A Dtree.h43 T_GLOBID, /* globals (e.g. $a) */ enumerator
H A Dtree.c181 case T_GLOBID: in nodesize()
323 case T_GLOBID: in tree_free()
449 case T_GLOBID: in tree_treecmp()
637 struct node *ret = newnode(T_GLOBID, file, line); in tree_globid()
H A Dptree.c147 case T_GLOBID: in ptree()
493 case T_GLOBID: return L_T_GLOBID; in ptree_nodetype2str()