Home
last modified time | relevance | path

Searched refs:debuglog (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/games/gomoku/
H A Dmain.c383 debuglog("Debug set to %d", debug); in whatsup()
396 debuglog("suggest %c %s", i == BLACK ? 'B' : 'W', in whatsup()
407 debuglog("%s", stoc(movelog[i])); in whatsup()
445 debuglog("overlap %s%c,%s%c = %x", stoc(s1), pdir[d1], in whatsup()
450 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(i), in whatsup()
455 debuglog("FB %s %x %x %x %x", stoc(i), in whatsup()
458 debuglog("FW %s %x %x %x %x", stoc(i), in whatsup()
478 debuglog("%s", tmp); in whatsup()
482 debuglog("Options are:"); in whatsup()
483 debuglog("q - quit"); in whatsup()
[all …]
H A Dpickmove.c114 debuglog("- %s %x/%d %d %x/%d %d %d", stoc(sp - board), in pickmove()
130 debuglog("B %s %x/%d %d %x/%d %d %d", in pickmove()
136 debuglog("W %s %x/%d %d %x/%d %d %d", in pickmove()
149 debuglog("*** Can't be blocked"); in pickmove()
337 debuglog("%cL%d %d %d %d", "BW"[color], in scanframes()
396 debuglog("scanframes: %c combocnt %d", "BW"[color], in scanframes()
401 debuglog("scanframes: %c elistcnt %d", "BW"[color], in scanframes()
507 debuglog("%c c %d %d m %x %x o %d %d", in makecombo2()
513 debuglog("%s", tmp); in makecombo2()
683 debuglog("loop: %c %s", "BW"[curcolor], in makecombo()
[all …]
H A Dgomoku.h286 void debuglog(const char *, ...) __printflike(1, 2);
/dflybsd-src/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd.h103 #define DEBUGLOG(fmt, args...) debuglog(fmt, ## args);
122 extern void debuglog(const char *fmt, ... )
H A Dclvmd.c200 void debuglog(const char *fmt, ...) in debuglog() function