Lines Matching refs:DEBUG_PRINT2

481 #define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)  macro
795 #define DEBUG_PRINT2(x1, x2) macro
2453 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
2454 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
2455 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
2457 DEBUG_PRINT2 (" slots needed: %d\n", NUM_FAILURE_ITEMS); \
2458 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
2466 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
2468 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
2477 DEBUG_PRINT2 (" Pushing reg: %d\n", this_reg); \
2480 DEBUG_PRINT2 (" start: 0x%x\n", regstart[this_reg]); \
2483 DEBUG_PRINT2 (" end: 0x%x\n", regend[this_reg]); \
2486 DEBUG_PRINT2 (" info: 0x%x\n ", reg_info[this_reg]); \
2487 DEBUG_PRINT2 (" match_null=%d", \
2489 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
2490 DEBUG_PRINT2 (" matched_something=%d", \
2492 DEBUG_PRINT2 (" ever_matched=%d", \
2498 DEBUG_PRINT2 (" Pushing low active reg: %d\n", lowest_active_reg);\
2501 DEBUG_PRINT2 (" Pushing high active reg: %d\n", highest_active_reg);\
2504 DEBUG_PRINT2 (" Pushing pattern 0x%x: ", pattern_place); \
2508 DEBUG_PRINT2 (" Pushing string 0x%x: `", string_place); \
2514 DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
2563 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
2564 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
2569 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
2578 DEBUG_PRINT2 (" Popping string 0x%x: `", str); \
2583 DEBUG_PRINT2 (" Popping pattern 0x%x: ", pat); \
2588 DEBUG_PRINT2 (" Popping high active reg: %d\n", high_reg); \
2591 DEBUG_PRINT2 (" Popping low active reg: %d\n", low_reg); \
2595 DEBUG_PRINT2 (" Popping reg: %d\n", this_reg); \
2598 DEBUG_PRINT2 (" info: 0x%x\n", reg_info[this_reg]); \
2601 DEBUG_PRINT2 (" end: 0x%x\n", regend[this_reg]); \
2604 DEBUG_PRINT2 (" start: 0x%x\n", regstart[this_reg]); \
3468 DEBUG_PRINT2 ("\n0x%x: ", p);
3596 DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
3602 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
3626 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
3664 DEBUG_PRINT2 (" Matched `%d'.\n", *d);
3675 DEBUG_PRINT2 ("EXECUTING charset%s.\n", not ? "_not" : "");
3719 DEBUG_PRINT2 (" old_regstart: %d\n",
3723 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
3755 DEBUG_PRINT2 (" old_regend: %d\n",
3759 DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
3880 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
4071 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
4180 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
4182 DEBUG_PRINT2 ("(to 0x%x).\n", p);
4222 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
4235 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n", p+2);
4244 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
4323 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
4338 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);