DEBUG_PRINT       978 src/regex-emacs.c   DEBUG_PRINT ("\n  Doubled stack; size now: %td\n", fail_stack.size);	\
DEBUG_PRINT       979 src/regex-emacs.c   DEBUG_PRINT ("	 slots available: %td\n", REMAINING_AVAIL_SLOTS);\
DEBUG_PRINT       990 src/regex-emacs.c   DEBUG_PRINT ("    Push reg %"PRIdPTR" (spanning %p -> %p)\n",		\
DEBUG_PRINT      1005 src/regex-emacs.c   DEBUG_PRINT ("    Push number %p = %d -> %d\n", ptr, c, val);		\
DEBUG_PRINT      1023 src/regex-emacs.c       DEBUG_PRINT ("     Pop counter %p = %"PRIdPTR"\n", ptr, pfreg);	\
DEBUG_PRINT      1031 src/regex-emacs.c       DEBUG_PRINT ("     Pop reg %ld (spanning %p -> %p)\n",		\
DEBUG_PRINT      1052 src/regex-emacs.c       DEBUG_PRINT ("  Other pattern: %p\n", FAILURE_PAT (failure));	\
DEBUG_PRINT      1055 src/regex-emacs.c   DEBUG_PRINT ("  Other string: %p\n", FAILURE_STR (failure));		\
DEBUG_PRINT      1071 src/regex-emacs.c   DEBUG_PRINT ("\nPUSH_FAILURE_POINT:\n");				\
DEBUG_PRINT      1072 src/regex-emacs.c   DEBUG_PRINT ("  Before push, next avail: %td\n", fail_stack.avail);	\
DEBUG_PRINT      1073 src/regex-emacs.c   DEBUG_PRINT ("			size: %td\n", fail_stack.size);	\
DEBUG_PRINT      1077 src/regex-emacs.c   DEBUG_PRINT ("\n");							\
DEBUG_PRINT      1079 src/regex-emacs.c   DEBUG_PRINT ("  Push frame index: %td\n", fail_stack.frame);		\
DEBUG_PRINT      1082 src/regex-emacs.c   DEBUG_PRINT ("  Push string %p: \"", string_place);			\
DEBUG_PRINT      1084 src/regex-emacs.c   DEBUG_PRINT ("\"\n");							\
DEBUG_PRINT      1087 src/regex-emacs.c   DEBUG_PRINT ("  Push pattern %p: ", pattern);				\
DEBUG_PRINT      1120 src/regex-emacs.c   DEBUG_PRINT ("POP_FAILURE_POINT:\n");					\
DEBUG_PRINT      1121 src/regex-emacs.c   DEBUG_PRINT ("  Before pop, next avail: %td\n", fail_stack.avail);	\
DEBUG_PRINT      1122 src/regex-emacs.c   DEBUG_PRINT ("		     size: %td\n", fail_stack.size);	\
DEBUG_PRINT      1129 src/regex-emacs.c   DEBUG_PRINT ("  Popping pattern %p: ", pat);				\
DEBUG_PRINT      1136 src/regex-emacs.c   DEBUG_PRINT ("  Popping string %p: \"", str);				\
DEBUG_PRINT      1138 src/regex-emacs.c   DEBUG_PRINT ("\"\n");							\
DEBUG_PRINT      1141 src/regex-emacs.c   DEBUG_PRINT ("  Popping  frame index: %td\n", fail_stack.frame);	\
DEBUG_PRINT      1759 src/regex-emacs.c   DEBUG_PRINT ("\nCompiling pattern: ");
DEBUG_PRINT      2672 src/regex-emacs.c       DEBUG_PRINT ("\nCompiled pattern:\n");
DEBUG_PRINT      3680 src/regex-emacs.c 	  DEBUG_PRINT ("  End of pattern: fast loop.\n");
DEBUG_PRINT      3696 src/regex-emacs.c 		DEBUG_PRINT ("  '%c' != '%c' => fast loop.\n", c, p1[2]);
DEBUG_PRINT      3707 src/regex-emacs.c 		DEBUG_PRINT ("	 No match => fast loop.\n");
DEBUG_PRINT      3714 src/regex-emacs.c 	    DEBUG_PRINT ("   . != \\n => fast loop.\n");
DEBUG_PRINT      3757 src/regex-emacs.c 		  DEBUG_PRINT ("	 No match => fast loop.\n");
DEBUG_PRINT      3774 src/regex-emacs.c 		  DEBUG_PRINT ("	 No match => fast loop.\n");
DEBUG_PRINT      3982 src/regex-emacs.c   DEBUG_PRINT ("\nEntering re_match_2.\n");
DEBUG_PRINT      4074 src/regex-emacs.c   DEBUG_PRINT ("The compiled pattern is:\n");
DEBUG_PRINT      4076 src/regex-emacs.c   DEBUG_PRINT ("The string to match is: \"");
DEBUG_PRINT      4078 src/regex-emacs.c   DEBUG_PRINT ("\"\n");
DEBUG_PRINT      4085 src/regex-emacs.c       DEBUG_PRINT ("\n%p: ", p);
DEBUG_PRINT      4090 src/regex-emacs.c 	  DEBUG_PRINT ("end of pattern ... ");
DEBUG_PRINT      4113 src/regex-emacs.c 	      DEBUG_PRINT ("backtracking.\n");
DEBUG_PRINT      4124 src/regex-emacs.c 		      DEBUG_PRINT ("\nSAVING match as best so far.\n");
DEBUG_PRINT      4146 src/regex-emacs.c 		  DEBUG_PRINT ("Restoring best registers.\n");
DEBUG_PRINT      4163 src/regex-emacs.c 	  DEBUG_PRINT ("Accepting match.\n");
DEBUG_PRINT      4222 src/regex-emacs.c 	  DEBUG_PRINT ("%td failure points pushed, %td popped (%td remain).\n",
DEBUG_PRINT      4225 src/regex-emacs.c 	  DEBUG_PRINT ("%td registers pushed.\n", num_regs_pushed);
DEBUG_PRINT      4229 src/regex-emacs.c 	  DEBUG_PRINT ("Returning %td from re_match_2.\n", dcnt);
DEBUG_PRINT      4248 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING no_op.\n");
DEBUG_PRINT      4252 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING succeed.\n");
DEBUG_PRINT      4260 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING exactn %d.\n", mcnt);
DEBUG_PRINT      4342 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING anychar.\n");
DEBUG_PRINT      4351 src/regex-emacs.c 	    DEBUG_PRINT ("  Matched \"%d\".\n", *d);
DEBUG_PRINT      4364 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING charset%s.\n",
DEBUG_PRINT      4416 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING start_memory %d:\n", *p);
DEBUG_PRINT      4423 src/regex-emacs.c 	  DEBUG_PRINT ("  regstart: %td\n", POINTER_TO_OFFSET (regstart[*p]));
DEBUG_PRINT      4433 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING stop_memory %d:\n", *p);
DEBUG_PRINT      4452 src/regex-emacs.c 	  DEBUG_PRINT ("      regend: %td\n", POINTER_TO_OFFSET (regend[*p]));
DEBUG_PRINT      4465 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING duplicate %d.\n", regno);
DEBUG_PRINT      4535 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING begline.\n");
DEBUG_PRINT      4551 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING endline.\n");
DEBUG_PRINT      4563 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING begbuf.\n");
DEBUG_PRINT      4571 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING endbuf.\n");
DEBUG_PRINT      4595 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING on_failure_keep_string_jump %d (to %p):\n",
DEBUG_PRINT      4617 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING on_failure_jump_nastyloop %d (to %p):\n",
DEBUG_PRINT      4638 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING on_failure_jump_loop %d (to %p):\n",
DEBUG_PRINT      4670 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING on_failure_jump %d (to %p):\n",
DEBUG_PRINT      4685 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING on_failure_jump_smart %d (to %p).\n",
DEBUG_PRINT      4706 src/regex-emacs.c 		DEBUG_PRINT ("  smart exclusive => fast loop.\n");
DEBUG_PRINT      4713 src/regex-emacs.c 		DEBUG_PRINT ("  smart default => slow loop.\n");
DEBUG_PRINT      4725 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING jump %d ", mcnt);
DEBUG_PRINT      4727 src/regex-emacs.c 	  DEBUG_PRINT ("(to %p).\n", p);
DEBUG_PRINT      4736 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING succeed_n %d.\n", mcnt);
DEBUG_PRINT      4755 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING jump_n %d.\n", mcnt);
DEBUG_PRINT      4774 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING set_number_at.\n");
DEBUG_PRINT      4781 src/regex-emacs.c 	    DEBUG_PRINT ("  Setting %p to %d.\n", p2, mcnt);
DEBUG_PRINT      4790 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING %swordbound.\n", not ? "not" : "");
DEBUG_PRINT      4830 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING wordbeg.\n");
DEBUG_PRINT      4873 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING wordend.\n");
DEBUG_PRINT      4916 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING symbeg.\n");
DEBUG_PRINT      4957 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING symend.\n");
DEBUG_PRINT      5002 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING %ssyntaxspec %d.\n", not ? "not" : "",
DEBUG_PRINT      5024 src/regex-emacs.c 	  DEBUG_PRINT ("EXECUTING at_dot.\n");
DEBUG_PRINT      5034 src/regex-emacs.c 	    DEBUG_PRINT ("EXECUTING %scategoryspec %d.\n",
DEBUG_PRINT      5063 src/regex-emacs.c 	  DEBUG_PRINT ("\nFAIL:\n");