• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching defs:DEBUG_PRINT2

711 #   define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
1175 # define DEBUG_PRINT2(x1, x2)
1616 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
1617 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
1618 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
1620 DEBUG_PRINT2 (" slots needed: %ld\n", NUM_FAILURE_ITEMS); \
1621 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1629 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
1631 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1641 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1644 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1647 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1650 DEBUG_PRINT2 (" info: %p\n ", \
1652 DEBUG_PRINT2 (" match_null=%d", \
1654 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1655 DEBUG_PRINT2 (" matched_something=%d", \
1657 DEBUG_PRINT2 (" ever_matched=%d", \
1663 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1666 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1669 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \
1673 DEBUG_PRINT2 (" Pushing string %p: `", string_place); \
1679 DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
1734 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
1735 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
1740 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
1749 DEBUG_PRINT2 (" Popping string %p: `", str); \
1754 DEBUG_PRINT2 (" Popping pattern %p:\n", pat); \
1759 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1762 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \
1767 DEBUG_PRINT2 (" Popping reg: %ld\n", this_reg); \
1770 DEBUG_PRINT2 (" info: %p\n", \
1774 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1777 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
6009 DEBUG_PRINT2 ("\n%p: ", p);
6011 DEBUG_PRINT2 ("\n0x%x: ", p);
6184 DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
6198 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
6227 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
6280 DEBUG_PRINT2 (" Matched `%ld'.\n", (long int) *d);
6301 DEBUG_PRINT2 ("EXECUTING charset%s.\n", invert ? "_not" : "");
6680 DEBUG_PRINT2 (" old_regstart: %d\n",
6684 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
6722 DEBUG_PRINT2 (" old_regend: %d\n",
6726 DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
6852 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
7064 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
7250 DEBUG_PRINT2 ("\n%p: ", p);
7252 DEBUG_PRINT2 ("\n0x%x: ", p);
7259 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
7262 DEBUG_PRINT2 ("(to %p).\n", p);
7264 DEBUG_PRINT2 ("(to 0x%x).\n", p);
7305 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
7325 DEBUG_PRINT2 (" Setting two bytes from %p to no_op.\n",
7328 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n",
7344 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
7475 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
7492 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);