Lines Matching refs:top

243   struct backtrack_common *top;  member
9210 backtrack->prev = parent->top; \
9212 parent->top = backtrack; \
9223 backtrack->prev = parent->top; \
9225 parent->top = backtrack; \
9980 altbacktrack.top = NULL; in compile_assert_matchingpath()
10066 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
10389 add_jump(compiler, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks, CMP… in match_script_run_common()
11160 backtrack->top = NULL; in compile_bracketpos_matchingpath()
11239 compile_backtrackingpath(common, backtrack->top); in compile_bracketpos_matchingpath()
12119 …ile_simple_assertion_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbac… in compile_matchingpath()
12141 …cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbackt… in compile_matchingpath()
12156 …cc = compile_charn_matchingpath(common, cc, ccend, parent->top != NULL ? &parent->top->nextbacktra… in compile_matchingpath()
12158 …cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbackt… in compile_matchingpath()
12234 …cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbackt… in compile_matchingpath()
12242 …cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbackt… in compile_matchingpath()
12252 …compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent-… in compile_matchingpath()
12263 …compile_dnref_search(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->top… in compile_matchingpath()
12264 …compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent-… in compile_matchingpath()
12585 compile_backtrackingpath(common, current->top); in compile_recurse_backtrackingpath()
12849 COMPILE_BACKTRACKINGPATH(current->top); in compile_bracket_backtrackingpath()
12886 current->top = NULL; in compile_bracket_backtrackingpath()
13000 COMPILE_BACKTRACKINGPATH(current->top); in compile_bracket_backtrackingpath()
13170 current->top = NULL; in compile_braminzero_backtrackingpath()
13177 compile_bracket_backtrackingpath(common, current->top); in compile_braminzero_backtrackingpath()
13537 altbacktrack.top = NULL; in compile_recurse()
13612 compile_backtrackingpath(common, altbacktrack.top); in compile_recurse()
14062 compile_backtrackingpath(common, rootbacktrack.top); in jit_compile()