Lines Matching refs:debug
214 static void debug(const char *, ...);
592 debug("process line %d %s -> %s depth %d", in process()
737 debug("parser line %d state %s comment %s line", linenum, in parseline()
835 debug("eval%d !", ops - eval_ops); in eval_unary()
846 debug("eval%d (", ops - eval_ops); 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()
957 debug("eval %s", *cpp); in ifeval()
960 debug("eval = %d", val); in ifeval()
1142 debug("findsym %s %s", symname[symind], in findsym()
1181 debug("addsym %s=%s", symname[symind], in addsym()
1204 debug(const char *msg, ...) in debug() function