Lines Matching refs:altbacktrack
9864 backtrack_common altbacktrack; in compile_assert_matchingpath() local
9963 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
9980 altbacktrack.top = NULL; in compile_assert_matchingpath()
9981 altbacktrack.topbacktracks = NULL; in compile_assert_matchingpath()
9986 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
9987 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
10066 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
10082 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
13485 backtrack_common altbacktrack; in compile_recurse() local
13528 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
13533 altbacktrack.cc = ccbegin; in compile_recurse()
13537 altbacktrack.top = NULL; in compile_recurse()
13538 altbacktrack.topbacktracks = NULL; in compile_recurse()
13540 if (altbacktrack.cc != ccbegin) in compile_recurse()
13543 compile_matchingpath(common, altbacktrack.cc, cc, &altbacktrack); in compile_recurse()
13612 compile_backtrackingpath(common, altbacktrack.top); in compile_recurse()
13615 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_recurse()
13620 altbacktrack.cc = cc + 1 + LINK_SIZE; in compile_recurse()