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 1758 src/regex-emacs.c DEBUG_PRINT ("\nCompiling pattern: "); DEBUG_PRINT 2669 src/regex-emacs.c DEBUG_PRINT ("\nCompiled pattern:\n"); DEBUG_PRINT 3682 src/regex-emacs.c DEBUG_PRINT (" End of pattern: fast loop.\n"); DEBUG_PRINT 3698 src/regex-emacs.c DEBUG_PRINT (" '%c' != '%c' => fast loop.\n", c, p1[2]); DEBUG_PRINT 3709 src/regex-emacs.c DEBUG_PRINT (" No match => fast loop.\n"); DEBUG_PRINT 3716 src/regex-emacs.c DEBUG_PRINT (" . != \\n => fast loop.\n"); DEBUG_PRINT 3759 src/regex-emacs.c DEBUG_PRINT (" No match => fast loop.\n"); DEBUG_PRINT 3776 src/regex-emacs.c DEBUG_PRINT (" No match => fast loop.\n"); DEBUG_PRINT 3987 src/regex-emacs.c DEBUG_PRINT ("\nEntering re_match_2.\n"); DEBUG_PRINT 4079 src/regex-emacs.c DEBUG_PRINT ("The compiled pattern is:\n"); DEBUG_PRINT 4081 src/regex-emacs.c DEBUG_PRINT ("The string to match is: \""); DEBUG_PRINT 4083 src/regex-emacs.c DEBUG_PRINT ("\"\n"); DEBUG_PRINT 4090 src/regex-emacs.c DEBUG_PRINT ("\n%p: ", p); DEBUG_PRINT 4095 src/regex-emacs.c DEBUG_PRINT ("end of pattern ... "); DEBUG_PRINT 4118 src/regex-emacs.c DEBUG_PRINT ("backtracking.\n"); DEBUG_PRINT 4129 src/regex-emacs.c DEBUG_PRINT ("\nSAVING match as best so far.\n"); DEBUG_PRINT 4151 src/regex-emacs.c DEBUG_PRINT ("Restoring best registers.\n"); DEBUG_PRINT 4168 src/regex-emacs.c DEBUG_PRINT ("Accepting match.\n"); DEBUG_PRINT 4227 src/regex-emacs.c DEBUG_PRINT ("%td failure points pushed, %td popped (%td remain).\n", DEBUG_PRINT 4230 src/regex-emacs.c DEBUG_PRINT ("%td registers pushed.\n", num_regs_pushed); DEBUG_PRINT 4234 src/regex-emacs.c DEBUG_PRINT ("Returning %td from re_match_2.\n", dcnt); DEBUG_PRINT 4253 src/regex-emacs.c DEBUG_PRINT ("EXECUTING no_op.\n"); DEBUG_PRINT 4257 src/regex-emacs.c DEBUG_PRINT ("EXECUTING succeed.\n"); DEBUG_PRINT 4265 src/regex-emacs.c DEBUG_PRINT ("EXECUTING exactn %d.\n", mcnt); DEBUG_PRINT 4347 src/regex-emacs.c DEBUG_PRINT ("EXECUTING anychar.\n"); DEBUG_PRINT 4356 src/regex-emacs.c DEBUG_PRINT (" Matched \"%d\".\n", *d); DEBUG_PRINT 4369 src/regex-emacs.c DEBUG_PRINT ("EXECUTING charset%s.\n", DEBUG_PRINT 4421 src/regex-emacs.c DEBUG_PRINT ("EXECUTING start_memory %d:\n", *p); DEBUG_PRINT 4428 src/regex-emacs.c DEBUG_PRINT (" regstart: %td\n", POINTER_TO_OFFSET (regstart[*p])); DEBUG_PRINT 4438 src/regex-emacs.c DEBUG_PRINT ("EXECUTING stop_memory %d:\n", *p); DEBUG_PRINT 4457 src/regex-emacs.c DEBUG_PRINT (" regend: %td\n", POINTER_TO_OFFSET (regend[*p])); DEBUG_PRINT 4470 src/regex-emacs.c DEBUG_PRINT ("EXECUTING duplicate %d.\n", regno); DEBUG_PRINT 4540 src/regex-emacs.c DEBUG_PRINT ("EXECUTING begline.\n"); DEBUG_PRINT 4556 src/regex-emacs.c DEBUG_PRINT ("EXECUTING endline.\n"); DEBUG_PRINT 4568 src/regex-emacs.c DEBUG_PRINT ("EXECUTING begbuf.\n"); DEBUG_PRINT 4576 src/regex-emacs.c DEBUG_PRINT ("EXECUTING endbuf.\n"); DEBUG_PRINT 4600 src/regex-emacs.c DEBUG_PRINT ("EXECUTING on_failure_keep_string_jump %d (to %p):\n", DEBUG_PRINT 4622 src/regex-emacs.c DEBUG_PRINT ("EXECUTING on_failure_jump_nastyloop %d (to %p):\n", DEBUG_PRINT 4643 src/regex-emacs.c DEBUG_PRINT ("EXECUTING on_failure_jump_loop %d (to %p):\n", DEBUG_PRINT 4675 src/regex-emacs.c DEBUG_PRINT ("EXECUTING on_failure_jump %d (to %p):\n", DEBUG_PRINT 4690 src/regex-emacs.c DEBUG_PRINT ("EXECUTING on_failure_jump_smart %d (to %p).\n", DEBUG_PRINT 4711 src/regex-emacs.c DEBUG_PRINT (" smart exclusive => fast loop.\n"); DEBUG_PRINT 4718 src/regex-emacs.c DEBUG_PRINT (" smart default => slow loop.\n"); DEBUG_PRINT 4730 src/regex-emacs.c DEBUG_PRINT ("EXECUTING jump %d ", mcnt); DEBUG_PRINT 4732 src/regex-emacs.c DEBUG_PRINT ("(to %p).\n", p); DEBUG_PRINT 4741 src/regex-emacs.c DEBUG_PRINT ("EXECUTING succeed_n %d.\n", mcnt); DEBUG_PRINT 4760 src/regex-emacs.c DEBUG_PRINT ("EXECUTING jump_n %d.\n", mcnt); DEBUG_PRINT 4779 src/regex-emacs.c DEBUG_PRINT ("EXECUTING set_number_at.\n"); DEBUG_PRINT 4786 src/regex-emacs.c DEBUG_PRINT (" Setting %p to %d.\n", p2, mcnt); DEBUG_PRINT 4795 src/regex-emacs.c DEBUG_PRINT ("EXECUTING %swordbound.\n", not ? "not" : ""); DEBUG_PRINT 4835 src/regex-emacs.c DEBUG_PRINT ("EXECUTING wordbeg.\n"); DEBUG_PRINT 4878 src/regex-emacs.c DEBUG_PRINT ("EXECUTING wordend.\n"); DEBUG_PRINT 4921 src/regex-emacs.c DEBUG_PRINT ("EXECUTING symbeg.\n"); DEBUG_PRINT 4962 src/regex-emacs.c DEBUG_PRINT ("EXECUTING symend.\n"); DEBUG_PRINT 5007 src/regex-emacs.c DEBUG_PRINT ("EXECUTING %ssyntaxspec %d.\n", not ? "not" : "", DEBUG_PRINT 5029 src/regex-emacs.c DEBUG_PRINT ("EXECUTING at_dot.\n"); DEBUG_PRINT 5039 src/regex-emacs.c DEBUG_PRINT ("EXECUTING %scategoryspec %d.\n", DEBUG_PRINT 5068 src/regex-emacs.c DEBUG_PRINT ("\nFAIL:\n");