Lines Matching refs:altbacktrack
8374 backtrack_common altbacktrack; in compile_assert_matchingpath() local
8473 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_assert_matchingpath()
8490 altbacktrack.top = NULL; in compile_assert_matchingpath()
8491 altbacktrack.topbacktracks = NULL; in compile_assert_matchingpath()
8496 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
8497 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
8576 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
8592 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
11810 backtrack_common altbacktrack; in compile_recurse() local
11854 memset(&altbacktrack, 0, sizeof(backtrack_common)); in compile_recurse()
11859 altbacktrack.cc = ccbegin; in compile_recurse()
11863 altbacktrack.top = NULL; in compile_recurse()
11864 altbacktrack.topbacktracks = NULL; in compile_recurse()
11866 if (altbacktrack.cc != ccbegin) in compile_recurse()
11869 compile_matchingpath(common, altbacktrack.cc, cc, &altbacktrack); in compile_recurse()
11943 compile_backtrackingpath(common, altbacktrack.top); in compile_recurse()
11946 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_recurse()
11951 altbacktrack.cc = cc + 1 + LINK_SIZE; in compile_recurse()