Searched refs:DEBUG_PRINT2 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.c471 #define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
785 #define DEBUG_PRINT2(x1, x2)
2366 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
2367 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
2368 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
2370 DEBUG_PRINT2 (" slots needed: %d\n", NUM_FAILURE_ITEMS); \
2371 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
2379 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
2381 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
2390 DEBUG_PRINT2 (" Pushin
466 #define DEBUG_PRINT2 macro
780 #define DEBUG_PRINT2 macro
[all...]

Completed in 58 milliseconds