Lines Matching defs:DEBUG_PRINT2
712 # define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
1176 # define DEBUG_PRINT2(x1, x2)
1617 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
1618 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
1619 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
1621 DEBUG_PRINT2 (" slots needed: %ld\n", NUM_FAILURE_ITEMS); \
1622 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1630 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
1632 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1642 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1645 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1648 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1651 DEBUG_PRINT2 (" info: %p\n ", \
1653 DEBUG_PRINT2 (" match_null=%d", \
1655 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1656 DEBUG_PRINT2 (" matched_something=%d", \
1658 DEBUG_PRINT2 (" ever_matched=%d", \
1664 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1667 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1670 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \
1674 DEBUG_PRINT2 (" Pushing string %p: `", string_place); \
1680 DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
1735 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
1736 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
1741 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
1750 DEBUG_PRINT2 (" Popping string %p: `", str); \
1755 DEBUG_PRINT2 (" Popping pattern %p:\n", pat); \
1760 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1763 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \
1768 DEBUG_PRINT2 (" Popping reg: %ld\n", this_reg); \
1771 DEBUG_PRINT2 (" info: %p\n", \
1775 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1778 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
6010 DEBUG_PRINT2 ("\n%p: ", p);
6012 DEBUG_PRINT2 ("\n0x%x: ", p);
6183 DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
6197 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
6226 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
6279 DEBUG_PRINT2 (" Matched `%ld'.\n", (long int) *d);
6300 DEBUG_PRINT2 ("EXECUTING charset%s.\n", not ? "_not" : "");
6679 DEBUG_PRINT2 (" old_regstart: %d\n",
6683 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
6721 DEBUG_PRINT2 (" old_regend: %d\n",
6725 DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
6851 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
7063 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
7249 DEBUG_PRINT2 ("\n%p: ", p);
7251 DEBUG_PRINT2 ("\n0x%x: ", p);
7258 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
7261 DEBUG_PRINT2 ("(to %p).\n", p);
7263 DEBUG_PRINT2 ("(to 0x%x).\n", p);
7304 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
7324 DEBUG_PRINT2 (" Setting two bytes from %p to no_op.\n",
7327 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n",
7343 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
7474 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
7491 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);