Lines Matching refs:positive_assert_quit
404 jump_list *positive_assert_quit; member
6442 jump_list *save_positive_assert_quit = common->positive_assert_quit; in compile_assert_matchingpath()
6522 common->positive_assert_quit = NULL; in compile_assert_matchingpath()
6547 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6621 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
6636 SLJIT_ASSERT(common->positive_assert_quit == NULL); in compile_assert_matchingpath()
6638 common->positive_assert_quit = common->quit; in compile_assert_matchingpath()
6642 if (common->positive_assert_quit != NULL) in compile_assert_matchingpath()
6645 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6814 common->positive_assert_quit = save_positive_assert_quit; in compile_assert_matchingpath()
9370 add_jump(compiler, &common->positive_assert_quit, JUMP(SLJIT_JUMP)); in compile_control_verb_backtrackingpath()