Searched refs:globid (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 91 %type <np> eventlist event nork norkexpr globid propbody 211 | globid 339 | globid 379 globid : '$' ID label
|
H A D | tree.h | 180 } globid; member in union:node::__anon457
|
H A D | tree.c | 166 size += sizeof (ret->u.globid) - sizeof (ret->u); 625 ret->u.globid.s = stable(s);
|
H A D | ptree.c | 150 out(flags|O_NONL, "$%s", np->u.globid.s);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | iexpr.c | 78 return ((uintptr_t)np->u.globid.s); 158 return (np2->u.globid.s - np1->u.globid.s);
|
H A D | eval.c | 591 (void *)np->u.globid.s, NULL) != NULL); 957 return (tree_globid(np->u.globid.s, np->file, np->line)); 1410 gval = lut_lookup(*globals, (void *)np->u.globid.s, NULL); 1433 (void *)np->u.expr.left->u.globid.s, NULL); 1438 (void *) np->u.expr.left->u.globid.s, gval, NULL); 1447 np->u.expr.left->u.globid.s, gval->v); 1451 np->u.expr.left->u.globid.s, 1477 (void *)np->u.expr.left->u.globid.s, NULL)) == NULL) { 1484 (void *) np->u.expr.left->u.globid.s,
|
H A D | eft_mdb.c | 436 (uintptr_t)node.u.globid.s) < 0) 438 node.u.globid.s);
|
H A D | itree.c | 418 nrhs->u.globid.s = orhs->u.globid.s;
|
H A D | fme.c | 1108 (void *)nid->u.globid.s, NULL)) == NULL) {
|
Completed in 87 milliseconds