Lines Matching defs:stop_memory
514 corresponding start_memory when we're at a stop_memory.) */
515 stop_memory,
874 case stop_memory:
876 printf ("/stop_memory/%d/%ld", mcnt, (long int) *p++);
2363 number is put in the stop_memory as the start_memory. */
3784 BUF_PUSH_3 (stop_memory, this_group_regnum,
4849 case stop_memory:
5603 empty subpattern when we get to the stop_memory. */
5806 start_memory/stop_memory has been seen for. Also initialize the
6645 /* The stop_memory opcode represents the end of a group. Its
6648 case stop_memory:
6649 DEBUG_PRINT3 ("EXECUTING stop_memory %ld (%ld):\n",
6691 `stop_memory'. For example, in ((.)*) we save
6693 back to the second ), we are at the stop_memory 1.
6738 corresponding to this stop_memory, exit from the loop
7017 && ((re_opcode_t) *p2 == stop_memory
7517 Return true if the pattern up to the corresponding stop_memory can
7520 If we find the matching stop_memory, sets P to point to one past its number.
7537 matching stop_memory. */
7616 case stop_memory: