HomeSort by relevance Sort by last modified time
    Searched refs:T_GLOBID (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 77 case T_GLOBID:
157 case T_GLOBID:
eval.c 587 ASSERTeq(np->t, T_GLOBID, ptree_nodetype2str);
955 case T_GLOBID:
    [all...]
eft_mdb.c 434 case T_GLOBID: /* globals (e.g. $a) */
itree.c 416 case T_GLOBID:
417 nrhs = newnode(T_GLOBID, orhs->file, orhs->line);
    [all...]
platform.c 1076 case T_GLOBID:
    [all...]
fme.c 1034 ASSERTinfo(nid->t == T_GLOBID, ptree_nodetype2str(nid->t));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
tree.h 45 T_GLOBID, /* globals (e.g. $a) */
177 * info kept for T_GLOBID
literals.h 178 L_DECL(T_GLOBID);
check.c 384 if (np->t != T_GLOBID)
643 case T_GLOBID:
1073 arglist->t != T_GLOBID &&
1171 if (arglist->t != T_GLOBID)
    [all...]
tree.c 165 case T_GLOBID:
307 case T_GLOBID:
433 case T_GLOBID:
621 struct node *ret = newnode(T_GLOBID, file, line);
    [all...]
ptree.c 149 case T_GLOBID:
495 case T_GLOBID: return L_T_GLOBID;

Completed in 530 milliseconds