Searched refs:eval_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/scripts/ |
D | unifdef.c | 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() [all …]
|