Searched refs:eval_ops (Results 1 – 1 of 1) sorted by relevance
/scripts/ |
D | unifdef.c | 654 } eval_ops[] = { variable 679 debug("eval%d !", ops - eval_ops); in eval_unary() 686 debug("eval%d (", ops - eval_ops); in eval_unary() 687 if (eval_table(eval_ops, valp, &cp) == LT_IF) in eval_unary() 693 debug("eval%d number", ops - eval_ops); in eval_unary() 698 debug("eval%d defined", ops - eval_ops); in eval_unary() 712 debug("eval%d symbol", ops - eval_ops); in eval_unary() 726 debug("eval%d bad expr", ops - eval_ops); in eval_unary() 731 debug("eval%d = %d", ops - eval_ops, *valp); in eval_unary() 745 debug("eval%d", ops - eval_ops); in eval_table() [all …]
|