Lines Matching refs:then_trap

307   struct then_trap_backtrack *then_trap;  member
336 then_trap_backtrack *then_trap; member
6423 then_trap_backtrack *save_then_trap = common->then_trap; in compile_assert_matchingpath()
6433 common->then_trap = NULL; in compile_assert_matchingpath()
6530 common->then_trap = save_then_trap; in compile_assert_matchingpath()
6604 common->then_trap = save_then_trap; in compile_assert_matchingpath()
6797 common->then_trap = save_then_trap; in compile_assert_matchingpath()
8193 common->then_trap = BACKTRACK_AS(then_trap_backtrack); in compile_then_trap_matchingpath()
8229 save_then_trap = common->then_trap; in compile_matchingpath()
8519 BACKTRACK_AS(then_trap_backtrack)->then_trap = common->then_trap; in compile_matchingpath()
8520 common->then_trap = save_then_trap; in compile_matchingpath()
9333 if (common->then_trap != NULL) in compile_control_verb_backtrackingpath()
9339 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, common->then_trap->start); in compile_control_verb_backtrackingpath()
9347 add_jump(compiler, &common->then_trap->quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()
9393 if (CURRENT_AS(then_trap_backtrack)->then_trap) in compile_then_trap_backtrackingpath()
9395 common->then_trap = CURRENT_AS(then_trap_backtrack)->then_trap; in compile_then_trap_backtrackingpath()
9420 then_trap_backtrack *save_then_trap = common->then_trap; in compile_backtrackingpath()
9601 common->then_trap = save_then_trap; in compile_backtrackingpath()
9619 common->then_trap = NULL; in compile_recurse()