eval_ops          808 scripts/unifdef.c } eval_ops[] = {
eval_ops          835 scripts/unifdef.c 		debug("eval%d !", ops - eval_ops);
eval_ops          846 scripts/unifdef.c 		debug("eval%d (", ops - eval_ops);
eval_ops          847 scripts/unifdef.c 		lt = eval_table(eval_ops, valp, &cp);
eval_ops          854 scripts/unifdef.c 		debug("eval%d number", ops - eval_ops);
eval_ops          862 scripts/unifdef.c 		debug("eval%d defined", ops - eval_ops);
eval_ops          882 scripts/unifdef.c 		debug("eval%d symbol", ops - eval_ops);
eval_ops          900 scripts/unifdef.c 		debug("eval%d bad expr", ops - eval_ops);
eval_ops          905 scripts/unifdef.c 	debug("eval%d = %d", ops - eval_ops, *valp);
eval_ops          920 scripts/unifdef.c 	debug("eval%d", ops - eval_ops);
eval_ops          933 scripts/unifdef.c 		debug("eval%d %s", ops - eval_ops, op->str);
eval_ops          941 scripts/unifdef.c 	debug("eval%d = %d", ops - eval_ops, *valp);
eval_ops          942 scripts/unifdef.c 	debug("eval%d lt = %s", ops - eval_ops, linetype_name[lt]);
eval_ops          959 scripts/unifdef.c 	ret = eval_table(eval_ops, &val, cpp);