Searched refs:eval_expr (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 133 if (eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_getname() 152 if (eval_expr(nodep, ex, events, globals, croot, in eval_getname() 194 if (!eval_expr(np, ex, events, globals, croot, in eval_cat() 552 if (eval_expr(nodep, ex, events, globals, in eval_func() 668 if (!eval_expr(np->u.expr.right, ex, events, globals, croot, in eval_func() 738 if (!eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_func() 836 if (!eval_expr(np->u.expr.right, ex, events, globals, croot, in eval_func() 1082 if (eval_expr(npref->u.name.child, ex, events, in eval_dup() 1107 if (eval_expr(npref->u.name.child, ex, events, in eval_dup() 1150 if (eval_expr(npref->u.name.child, ex, events, in eval_dup() [all …]
|
H A D | eval.h | 54 int eval_expr(struct node *np, struct lut *ex, struct node *events[],
|
H A D | fme.c | 1958 if (! eval_expr(n, NULL, NULL, &globals, NULL, NULL, 0, &value) || in node2uint() 2878 (void) eval_expr(snp, NULL, NULL, NULL, NULL, in publish_suspects() 3543 if (eval_expr(ctp->cnode, NULL, NULL, in checkconstraints()
|
H A D | platform.c | 1157 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp, in arglist2argv()
|
/titanic_50/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 125 static itm_num_t eval_expr(icv_state_t *, itm_place_t, 1039 retval = eval_expr(ist, cond->operand.place, in eval_cond_tbl() 1157 eval_expr(ist, operation->data.operand[(n)], \ in eval_op() 1166 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1171 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1189 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1249 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1275 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1284 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1308 i = eval_expr(ist, operation->data.operand[1], in eval_op() [all …]
|