Lines Matching refs:then_trap
347 struct then_trap_backtrack *then_trap; member
387 then_trap_backtrack *then_trap; member
9874 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
9884 common->then_trap = NULL; in compile_assert_matchingpath()
9997 common->then_trap = save_then_trap; in compile_assert_matchingpath()
10076 common->then_trap = save_then_trap; in compile_assert_matchingpath()
10276 common->then_trap = save_then_trap; in compile_assert_matchingpath()
12063 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
12099 save_then_trap = common->then_trap; in compile_matchingpath()
12396 BACKTRACK_AS(then_trap_backtrack)->then_trap = common->then_trap; in compile_matchingpath()
12397 common->then_trap = save_then_trap; in compile_matchingpath()
13199 if (common->then_trap != NULL) in compile_control_verb_backtrackingpath()
13205 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, common->then_trap->start); in compile_control_verb_backtrackingpath()
13213 add_jump(compiler, &common->then_trap->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
13258 if (CURRENT_AS(then_trap_backtrack)->then_trap) in compile_then_trap_backtrackingpath()
13260 common->then_trap = CURRENT_AS(then_trap_backtrack)->then_trap; in compile_then_trap_backtrackingpath()
13288 then_trap_backtrack *save_then_trap = common->then_trap; in compile_backtrackingpath()
13473 common->then_trap = save_then_trap; in compile_backtrackingpath()
13493 common->then_trap = NULL; in compile_recurse()