Searched refs:eval_expr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 134 if (eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_getname() 153 if (eval_expr(nodep, ex, events, globals, croot, in eval_getname() 195 if (!eval_expr(np, ex, events, globals, croot, in eval_cat() 554 if (eval_expr(nodep, ex, events, globals, in eval_func() 670 if (!eval_expr(np->u.expr.right, ex, events, globals, croot, in eval_func() 740 if (!eval_expr(np, ex, events, globals, croot, arrowp, try, in eval_func() 838 if (!eval_expr(np->u.expr.right, ex, events, globals, croot, in eval_func() 1084 if (eval_expr(npref->u.name.child, ex, events, in eval_dup() 1109 if (eval_expr(npref->u.name.child, ex, events, in eval_dup() 1152 if (eval_expr(npref->u.name.child, ex, events, in eval_dup() [all …]
|
H A D | eval.h | 52 int eval_expr(struct node *np, struct lut *ex, struct node *events[],
|
H A D | fme.c | 1965 if (! eval_expr(n, NULL, NULL, &globals, NULL, NULL, 0, &value) || in node2uint() 2896 (void) eval_expr(snp, NULL, NULL, NULL, NULL, in publish_suspects() 3561 if (eval_expr(ctp->cnode, NULL, NULL, in checkconstraints()
|
H A D | platform.c | 1159 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp, in arglist2argv()
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 123 static itm_num_t eval_expr(icv_state_t *, itm_place_t, 1032 retval = eval_expr(ist, cond->operand.place, in eval_cond_tbl() 1150 eval_expr(ist, operation->data.operand[(n)], \ in eval_op() 1159 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1164 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1182 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1242 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1268 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1277 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1301 i = eval_expr(ist, operation->data.operand[1], in eval_op() [all …]
|