Lines Matching refs:positive_assert_quit
404 jump_list *positive_assert_quit; member
6479 jump_list *save_positive_assert_quit = common->positive_assert_quit; in compile_assert_matchingpath()
6559 common->positive_assert_quit = NULL; in compile_assert_matchingpath()
6584 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6658 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6673 SLJIT_ASSERT(common->positive_assert_quit == NULL); in compile_assert_matchingpath()
6675 common->positive_assert_quit = common->quit; in compile_assert_matchingpath()
6679 if (common->positive_assert_quit != NULL) in compile_assert_matchingpath()
6682 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6851 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
9411 add_jump(compiler, &common->positive_assert_quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()