Symbol: DEBUG_PRINT2
src/build/libgnuregex/regex.c
2355
DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
src/build/libgnuregex/regex.c
2356
DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
src/build/libgnuregex/regex.c
2357
DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
src/build/libgnuregex/regex.c
2359
DEBUG_PRINT2 (" slots needed: %d\n", NUM_FAILURE_ITEMS); \
src/build/libgnuregex/regex.c
2360
DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
src/build/libgnuregex/regex.c
2368
DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
src/build/libgnuregex/regex.c
2370
DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
src/build/libgnuregex/regex.c
2379
DEBUG_PRINT2 (" Pushing reg: %d\n", this_reg); \
src/build/libgnuregex/regex.c
2382
DEBUG_PRINT2 (" start: 0x%x\n", regstart[this_reg]); \
src/build/libgnuregex/regex.c
2385
DEBUG_PRINT2 (" end: 0x%x\n", regend[this_reg]); \
src/build/libgnuregex/regex.c
2388
DEBUG_PRINT2 (" info: 0x%x\n ", reg_info[this_reg]); \
src/build/libgnuregex/regex.c
2389
DEBUG_PRINT2 (" match_null=%d", \
src/build/libgnuregex/regex.c
2391
DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
src/build/libgnuregex/regex.c
2392
DEBUG_PRINT2 (" matched_something=%d", \
src/build/libgnuregex/regex.c
2394
DEBUG_PRINT2 (" ever_matched=%d", \
src/build/libgnuregex/regex.c
2400
DEBUG_PRINT2 (" Pushing low active reg: %d\n", lowest_active_reg);\
src/build/libgnuregex/regex.c
2403
DEBUG_PRINT2 (" Pushing high active reg: %d\n", highest_active_reg);\
src/build/libgnuregex/regex.c
2406
DEBUG_PRINT2 (" Pushing pattern 0x%x: ", pattern_place); \
src/build/libgnuregex/regex.c
2410
DEBUG_PRINT2 (" Pushing string 0x%x: `", string_place); \
src/build/libgnuregex/regex.c
2416
DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
src/build/libgnuregex/regex.c
2465
DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
src/build/libgnuregex/regex.c
2466
DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
src/build/libgnuregex/regex.c
2471
DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
src/build/libgnuregex/regex.c
2480
DEBUG_PRINT2 (" Popping string 0x%x: `", str); \
src/build/libgnuregex/regex.c
2485
DEBUG_PRINT2 (" Popping pattern 0x%x: ", pat); \
src/build/libgnuregex/regex.c
2490
DEBUG_PRINT2 (" Popping high active reg: %d\n", high_reg); \
src/build/libgnuregex/regex.c
2493
DEBUG_PRINT2 (" Popping low active reg: %d\n", low_reg); \
src/build/libgnuregex/regex.c
2497
DEBUG_PRINT2 (" Popping reg: %d\n", this_reg); \
src/build/libgnuregex/regex.c
2500
DEBUG_PRINT2 (" info: 0x%x\n", reg_info[this_reg]); \
src/build/libgnuregex/regex.c
2503
DEBUG_PRINT2 (" end: 0x%x\n", regend[this_reg]); \
src/build/libgnuregex/regex.c
2506
DEBUG_PRINT2 (" start: 0x%x\n", regstart[this_reg]); \
src/build/libgnuregex/regex.c
3370
DEBUG_PRINT2 ("\n0x%x: ", p);
src/build/libgnuregex/regex.c
3498
DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
src/build/libgnuregex/regex.c
3504
DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
src/build/libgnuregex/regex.c
3528
DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
src/build/libgnuregex/regex.c
3566
DEBUG_PRINT2 (" Matched `%d'.\n", *d);
src/build/libgnuregex/regex.c
3577
DEBUG_PRINT2 ("EXECUTING charset%s.\n", not ? "_not" : "");
src/build/libgnuregex/regex.c
3621
DEBUG_PRINT2 (" old_regstart: %d\n",
src/build/libgnuregex/regex.c
3625
DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
src/build/libgnuregex/regex.c
3657
DEBUG_PRINT2 (" old_regend: %d\n",
src/build/libgnuregex/regex.c
3661
DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
src/build/libgnuregex/regex.c
3782
DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
src/build/libgnuregex/regex.c
3973
DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
src/build/libgnuregex/regex.c
4082
DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
src/build/libgnuregex/regex.c
4084
DEBUG_PRINT2 ("(to 0x%x).\n", p);
src/build/libgnuregex/regex.c
4124
DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
src/build/libgnuregex/regex.c
4137
DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n", p+2);
src/build/libgnuregex/regex.c
4146
DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
src/build/libgnuregex/regex.c
4225
DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
src/build/libgnuregex/regex.c
4240
DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);