Lines Matching defs:start_memory
503 start_memory only because we need it in the on_failure_jump
505 start_memory,
511 just like `start_memory'. (We need the number of inner
513 corresponding start_memory when we're at a stop_memory.) */
876 case start_memory:
878 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++);
2436 number is put in the stop_memory as the start_memory. */
3767 start_memory for groups beyond the last one we can
3773 BUF_PUSH_3 (start_memory, regnum, 0);
4940 case start_memory:
5726 /* Mark the opcode just after a start_memory, so we can test for an
5871 REF (start_memory),
6012 start_memory/stop_memory has been seen for. Also initialize the
6772 /* The beginning of a group is represented by start_memory.
6777 CASE (start_memory):
6778 DEBUG_PRINT3 ("EXECUTING start_memory %ld (%ld):\n",
6824 arguments are the same as start_memory's: the register
6868 a `start_memory', and we jumped to past the innermost
6914 to an on_failure_jump right before the start_memory
6919 && (re_opcode_t) p1[1+OFFSET_ADDRESS_SIZE] == start_memory
7154 start_memory in case this on_failure_jump is happening as
7160 if (p1 < pend && (re_opcode_t) *p1 == start_memory)
7163 get reset at the start_memory we are about to get to,
7205 || (re_opcode_t) *p2 == start_memory))
7713 /* We are passed P pointing to a register number after a start_memory.
7729 /* Point to after the args to the start_memory. */
7900 case start_memory: