Lines Matching refs:eval_ops
808 } eval_ops[] = { variable
835 debug("eval%d !", ops - eval_ops); in eval_unary()
846 debug("eval%d (", ops - eval_ops); in eval_unary()
847 lt = eval_table(eval_ops, valp, &cp); in eval_unary()
854 debug("eval%d number", ops - eval_ops); in eval_unary()
862 debug("eval%d defined", ops - eval_ops); in eval_unary()
882 debug("eval%d symbol", ops - eval_ops); in eval_unary()
900 debug("eval%d bad expr", ops - eval_ops); in eval_unary()
905 debug("eval%d = %d", ops - eval_ops, *valp); in eval_unary()
920 debug("eval%d", ops - eval_ops); in eval_table()
933 debug("eval%d %s", ops - eval_ops, op->str); in eval_table()
941 debug("eval%d = %d", ops - eval_ops, *valp); in eval_table()
942 debug("eval%d lt = %s", ops - eval_ops, linetype_name[lt]); in eval_table()
959 ret = eval_table(eval_ops, &val, cpp); in ifeval()