Lines Matching refs:debuglog
501 debuglog("Debug set to %d", debug); in whatsup()
515 debuglog("suggest %c %s", color == BLACK ? 'B' : 'W', in whatsup()
527 debuglog("%s", stoc(game.moves[m])); in whatsup()
553 debuglog("overlap %s%c,%s%c = %02x", in whatsup()
557 debuglog("usage: o <spot><dir> <spot><dir>"); in whatsup()
561 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(s), in whatsup()
566 debuglog("FB %s %x %x %x %x", stoc(s), in whatsup()
569 debuglog("FW %s %x %x %x %x", stoc(s), in whatsup()
589 debuglog("%s", tmp); in whatsup()
593 debuglog("Options are:"); in whatsup()
594 debuglog("q - quit"); in whatsup()
595 debuglog("c - continue"); in whatsup()
596 debuglog("d# - set debug level to #"); in whatsup()
597 debuglog("p# - print values at #"); in whatsup()
607 debuglog(const char *fmt, ...) in debuglog() function