Lines Matching defs:pop_failure_jump
551 pop_failure_jump,
553 /* Change to pop_failure_jump if know won't have to backtrack to
558 already matched, then we change it to a pop_failure_jump.
1026 case pop_failure_jump:
1029 printf ("/pop_failure_jump to %td", p + mcnt - start);
1031 printf ("/pop_failure_jump to %ld", (long int) (p + mcnt - start));
3803 `pop_failure_jump' to pop. See comments at
4857 case pop_failure_jump:
5882 REF (pop_failure_jump),
6899 case pop_failure_jump:
7130 pop_failure_jump back to this on_failure_jump. */
7177 We change it to either `pop_failure_jump' or `jump'. */
7188 then we can change to pop_failure_jump, because we'll
7226 pop_failure_jump;
7228 (" End of pattern: change to `pop_failure_jump'.\n");
7247 pop_failure_jump;
7249 DEBUG_PRINT3 (" %C != %C => pop_failure_jump.\n",
7253 DEBUG_PRINT3 (" %c != %c => pop_failure_jump.\n",
7270 that we can't change to pop_failure_jump. */
7273 p[-3] = (unsigned char) pop_failure_jump;
7274 DEBUG_PRINT1 (" No match => pop_failure_jump.\n");
7289 p[-3] = (unsigned char) pop_failure_jump;
7290 DEBUG_PRINT1 (" No match => pop_failure_jump.\n");
7306 p[-3] = (unsigned char) pop_failure_jump;
7307 DEBUG_PRINT1 (" No match => pop_failure_jump.\n");
7323 p[-3] = (unsigned char) pop_failure_jump;
7324 DEBUG_PRINT1 (" No match => pop_failure_jump.\n");
7331 if ((re_opcode_t) p[-1] != pop_failure_jump)
7340 /* The end of a simple repeat has a pop_failure_jump back to
7342 failure point. The pop_failure_jump takes off failure
7343 points put on by this pop_failure_jump's matching
7346 CASE (pop_failure_jump):
7357 DEBUG_PRINT1 ("EXECUTING pop_failure_jump.\n");
7393 then gets popped at pop_failure_jump. We will end up at
7394 pop_failure_jump, also, and with a pattern of, say, `a+', we
7396 something meaningless for pop_failure_jump to pop. */
7406 point in case we are followed by a `pop_failure_jump', because
7678 case pop_failure_jump: