Home | History | Annotate | Download | only in lib

Lines Matching defs:stop_memory

513            corresponding start_memory when we're at a stop_memory.)  */
514 stop_memory,
881 case stop_memory:
883 printf ("/stop_memory/%d/%ld", mcnt, (long int) *p++);
2436 number is put in the stop_memory as the start_memory. */
3851 BUF_PUSH_3 (stop_memory, this_group_regnum,
4941 case stop_memory:
5727 empty subpattern when we get to the stop_memory. */
5872 REF (stop_memory),
6012 start_memory/stop_memory has been seen for. Also initialize the
6823 /* The stop_memory opcode represents the end of a group. Its
6826 CASE (stop_memory):
6827 DEBUG_PRINT3 ("EXECUTING stop_memory %ld (%ld):\n",
6869 `stop_memory'. For example, in ((.)*) we save
6871 back to the second ), we are at the stop_memory 1.
6915 corresponding to this stop_memory, exit from the loop
7204 && ((re_opcode_t) *p2 == stop_memory
7715 Return true if the pattern up to the corresponding stop_memory can
7718 If we find the matching stop_memory, sets P to point to one past its number.
7736 matching stop_memory. */
7815 case stop_memory: