DEBUG_PRINT2     1313 libglibc/regex.c     DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id);		\
DEBUG_PRINT2     1314 libglibc/regex.c     DEBUG_PRINT2 ("  Before push, next avail: %d\n", (fail_stack).avail);\
DEBUG_PRINT2     1315 libglibc/regex.c     DEBUG_PRINT2 ("                     size: %d\n", (fail_stack).size);\
DEBUG_PRINT2     1317 libglibc/regex.c     DEBUG_PRINT2 ("  slots needed: %ld\n", NUM_FAILURE_ITEMS);		\
DEBUG_PRINT2     1318 libglibc/regex.c     DEBUG_PRINT2 ("     available: %d\n", REMAINING_AVAIL_SLOTS);	\
DEBUG_PRINT2     1326 libglibc/regex.c         DEBUG_PRINT2 ("\n  Doubled stack; size now: %d\n",		\
DEBUG_PRINT2     1328 libglibc/regex.c         DEBUG_PRINT2 ("  slots available: %d\n", REMAINING_AVAIL_SLOTS);\
DEBUG_PRINT2     1338 libglibc/regex.c 	  DEBUG_PRINT2 ("  Pushing reg: %lu\n", this_reg);		\
DEBUG_PRINT2     1341 libglibc/regex.c 	  DEBUG_PRINT2 ("    start: %p\n", regstart[this_reg]);		\
DEBUG_PRINT2     1344 libglibc/regex.c 	  DEBUG_PRINT2 ("    end: %p\n", regend[this_reg]);		\
DEBUG_PRINT2     1347 libglibc/regex.c 	  DEBUG_PRINT2 ("    info: %p\n      ",				\
DEBUG_PRINT2     1349 libglibc/regex.c 	  DEBUG_PRINT2 (" match_null=%d",				\
DEBUG_PRINT2     1351 libglibc/regex.c 	  DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg]));	\
DEBUG_PRINT2     1352 libglibc/regex.c 	  DEBUG_PRINT2 (" matched_something=%d",			\
DEBUG_PRINT2     1354 libglibc/regex.c 	  DEBUG_PRINT2 (" ever_matched=%d",				\
DEBUG_PRINT2     1360 libglibc/regex.c     DEBUG_PRINT2 ("  Pushing  low active reg: %ld\n", lowest_active_reg);\
DEBUG_PRINT2     1363 libglibc/regex.c     DEBUG_PRINT2 ("  Pushing high active reg: %ld\n", highest_active_reg);\
DEBUG_PRINT2     1366 libglibc/regex.c     DEBUG_PRINT2 ("  Pushing pattern %p:\n", pattern_place);		\
DEBUG_PRINT2     1370 libglibc/regex.c     DEBUG_PRINT2 ("  Pushing string %p: `", string_place);		\
DEBUG_PRINT2     1376 libglibc/regex.c     DEBUG_PRINT2 ("  Pushing failure id: %u\n", failure_id);		\
DEBUG_PRINT2     1430 libglibc/regex.c   DEBUG_PRINT2 ("  Before pop, next avail: %d\n", fail_stack.avail);	\
DEBUG_PRINT2     1431 libglibc/regex.c   DEBUG_PRINT2 ("                    size: %d\n", fail_stack.size);	\
DEBUG_PRINT2     1436 libglibc/regex.c   DEBUG_PRINT2 ("  Popping failure id: %u\n", failure_id);		\
DEBUG_PRINT2     1445 libglibc/regex.c   DEBUG_PRINT2 ("  Popping string %p: `", str);				\
DEBUG_PRINT2     1450 libglibc/regex.c   DEBUG_PRINT2 ("  Popping pattern %p:\n", pat);			\
DEBUG_PRINT2     1455 libglibc/regex.c   DEBUG_PRINT2 ("  Popping high active reg: %ld\n", high_reg);		\
DEBUG_PRINT2     1458 libglibc/regex.c   DEBUG_PRINT2 ("  Popping  low active reg: %ld\n", low_reg);		\
DEBUG_PRINT2     1463 libglibc/regex.c 	DEBUG_PRINT2 ("    Popping reg: %ld\n", this_reg);		\
DEBUG_PRINT2     1466 libglibc/regex.c 	DEBUG_PRINT2 ("      info: %p\n",				\
DEBUG_PRINT2     1470 libglibc/regex.c 	DEBUG_PRINT2 ("      end: %p\n", regend[this_reg]);		\
DEBUG_PRINT2     1473 libglibc/regex.c 	DEBUG_PRINT2 ("      start: %p\n", regstart[this_reg]);		\
DEBUG_PRINT2     4105 libglibc/regex.c       DEBUG_PRINT2 ("\n%p: ", p);
DEBUG_PRINT2     4107 libglibc/regex.c       DEBUG_PRINT2 ("\n0x%x: ", p);
DEBUG_PRINT2     4262 libglibc/regex.c           DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
DEBUG_PRINT2     4268 libglibc/regex.c           DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
DEBUG_PRINT2     4292 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
DEBUG_PRINT2     4331 libglibc/regex.c           DEBUG_PRINT2 ("  Matched `%d'.\n", *d);
DEBUG_PRINT2     4342 libglibc/regex.c             DEBUG_PRINT2 ("EXECUTING charset%s.\n", not ? "_not" : "");
DEBUG_PRINT2     4386 libglibc/regex.c 	  DEBUG_PRINT2 ("  old_regstart: %d\n",
DEBUG_PRINT2     4390 libglibc/regex.c 	  DEBUG_PRINT2 ("  regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
DEBUG_PRINT2     4427 libglibc/regex.c 	  DEBUG_PRINT2 ("      old_regend: %d\n",
DEBUG_PRINT2     4431 libglibc/regex.c 	  DEBUG_PRINT2 ("      regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
DEBUG_PRINT2     4556 libglibc/regex.c 	    DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
DEBUG_PRINT2     4758 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
DEBUG_PRINT2     4924 libglibc/regex.c 	  DEBUG_PRINT2 ("\n%p: ", p);
DEBUG_PRINT2     4926 libglibc/regex.c 	  DEBUG_PRINT2 ("\n0x%x: ", p);
DEBUG_PRINT2     4933 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
DEBUG_PRINT2     4936 libglibc/regex.c           DEBUG_PRINT2 ("(to %p).\n", p);
DEBUG_PRINT2     4938 libglibc/regex.c           DEBUG_PRINT2 ("(to 0x%x).\n", p);
DEBUG_PRINT2     4979 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
DEBUG_PRINT2     4997 libglibc/regex.c               DEBUG_PRINT2 ("  Setting two bytes from %p to no_op.\n", p+2);
DEBUG_PRINT2     4999 libglibc/regex.c               DEBUG_PRINT2 ("  Setting two bytes from 0x%x to no_op.\n", p+2);
DEBUG_PRINT2     5009 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
DEBUG_PRINT2     5126 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
DEBUG_PRINT2     5143 libglibc/regex.c           DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);