Lines Matching defs:DEBUG_PRINT2

766 #   define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
1226 # define DEBUG_PRINT2(x1, x2)
1612 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
1613 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
1614 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
1616 DEBUG_PRINT2 (" slots needed: %ld\n", NUM_FAILURE_ITEMS); \
1617 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1625 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
1627 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1637 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1640 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1643 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1646 DEBUG_PRINT2 (" info: %p\n ", \
1648 DEBUG_PRINT2 (" match_null=%d", \
1650 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1651 DEBUG_PRINT2 (" matched_something=%d", \
1653 DEBUG_PRINT2 (" ever_matched=%d", \
1659 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1662 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1665 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \
1669 DEBUG_PRINT2 (" Pushing string %p: `", string_place); \
1675 DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
1730 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
1731 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
1736 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
1745 DEBUG_PRINT2 (" Popping string %p: `", str); \
1750 DEBUG_PRINT2 (" Popping pattern %p:\n", pat); \
1755 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1758 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \
1763 DEBUG_PRINT2 (" Popping reg: %ld\n", this_reg); \
1766 DEBUG_PRINT2 (" info: %p\n", \
1770 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1773 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
5915 DEBUG_PRINT2 ("\n%p: ", p);
5917 DEBUG_PRINT2 ("\n0x%x: ", p);
6080 DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
6095 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
6122 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
6175 DEBUG_PRINT2 (" Matched `%ld'.\n", (long int) *d);
6196 DEBUG_PRINT2 ("EXECUTING charset%s.\n", negate ? "_not" : "");
6609 DEBUG_PRINT2 (" old_regstart: %d\n",
6613 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
6651 DEBUG_PRINT2 (" old_regend: %d\n",
6655 DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
6781 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
6983 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
7169 DEBUG_PRINT2 ("\n%p: ", p);
7171 DEBUG_PRINT2 ("\n0x%x: ", p);
7178 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
7181 DEBUG_PRINT2 ("(to %p).\n", p);
7183 DEBUG_PRINT2 ("(to 0x%x).\n", p);
7224 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
7244 DEBUG_PRINT2 (" Setting two bytes from %p to no_op.\n",
7247 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n",
7263 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
7384 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
7401 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);