Lines Matching refs:altbacktrack
6413 backtrack_common altbacktrack; in compile_assert_matchingpath() local
6496 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
6513 altbacktrack.top = NULL; in compile_assert_matchingpath()
6514 altbacktrack.topbacktracks = NULL; in compile_assert_matchingpath()
6519 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
6520 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
6594 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
6610 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
9615 backtrack_common altbacktrack; in compile_recurse() local
9644 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
9649 altbacktrack.cc = ccbegin; in compile_recurse()
9653 altbacktrack.top = NULL; in compile_recurse()
9654 altbacktrack.topbacktracks = NULL; in compile_recurse()
9656 if (altbacktrack.cc != ccbegin) in compile_recurse()
9659 compile_matchingpath(common, altbacktrack.cc, cc, &altbacktrack); in compile_recurse()
9665 compile_backtrackingpath(common, altbacktrack.top); in compile_recurse()
9668 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_recurse()
9673 altbacktrack.cc = cc + 1 + LINK_SIZE; in compile_recurse()