HomeSort by: relevance | last modified time | path
    Searched refs:debuglog (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-debug-file.exp 4 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
9 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:MUnterminated:[#]} != 1
11 Cannot open debug file "/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog"
opt-debug-file.mk 8 .MAKEFLAGS: -dvFopt-debug-file.debuglog
19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!}
36 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*}
43 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!:S,\$,\$\$,g}
58 .MAKEFLAGS: -dFopt-debug-file.debuglog
62 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
74 .MAKEFLAGS: -dFopt-debug-file.debuglog
78 .if ${:!cat opt-debug-file.debuglog!:MUnterminated:[#]} != 1
86 _:= ${:!rm opt-debug-file.debuglog!}
87 .MAKEFLAGS: -dF/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog
    [all...]
  /src/games/gomoku/
main.c 501 debuglog("Debug set to %d", debug);
515 debuglog("suggest %c %s", color == BLACK ? 'B' : 'W',
527 debuglog("%s", stoc(game.moves[m]));
553 debuglog("overlap %s%c,%s%c = %02x",
557 debuglog("usage: o <spot><dir> <spot><dir>");
561 debuglog("V %s %x/%d %d %x/%d %d %d %x", stoc(s),
566 debuglog("FB %s %x %x %x %x", stoc(s),
569 debuglog("FW %s %x %x %x %x", stoc(s),
589 debuglog("%s", tmp);
593 debuglog("Options are:")
607 debuglog(const char *fmt, ...) function in typeref:typename:void
    [all...]
pickmove.c 132 debuglog("- %s %x/%d %d %x/%d %d %d",
153 debuglog("B %s %x/%d %d %x/%d %d %d",
159 debuglog("W %s %x/%d %d %x/%d %d %d",
172 debuglog("*** Can't be blocked");
353 debuglog("%cL%u %d %d %d", "BW"[color],
413 debuglog("scanframes: %c combocnt %d", "BW"[color],
418 debuglog("scanframes: %c elistcnt %d", "BW"[color],
527 debuglog("%c c %d %d m %x %x o %d %d",
533 debuglog("%s", tmp);
691 debuglog("loop: %c %s", "BW"[curcolor]
    [all...]
gomoku.h 287 void debuglog(const char *, ...) __printflike(1, 2);

Completed in 15 milliseconds