Lines Matching refs:quit_label
394 struct sljit_label *quit_label; member
6439 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
6516 common->quit_label = NULL; in compile_assert_matchingpath()
6541 common->quit_label = save_quit_label; in compile_assert_matchingpath()
6615 common->quit_label = save_quit_label; in compile_assert_matchingpath()
6808 common->quit_label = save_quit_label; in compile_assert_matchingpath()
9377 if (common->quit_label == NULL) in compile_control_verb_backtrackingpath()
9380 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_control_verb_backtrackingpath()
9595 if (common->quit_label == NULL) in compile_backtrackingpath()
9598 JUMPTO(SLJIT_JUMP, common->quit_label); in compile_backtrackingpath()
9663 common->quit_label = NULL; in compile_recurse()
9770 struct sljit_label *quit_label; in PRIV() local
10082 common->quit_label = common->forced_quit_label = LABEL(); in PRIV()
10084 set_jumps(common->quit, common->quit_label); in PRIV()
10095 return_with_partial_match(common, common->quit_label); in PRIV()
10157 JUMPTO(SLJIT_JUMP, common->quit_label); in PRIV()
10176 quit_label = common->quit_label; in PRIV()
10193 common->quit_label = quit_label; in PRIV()
10219 JUMPTO(SLJIT_JUMP, common->quit_label); in PRIV()
10224 JUMPTO(SLJIT_JUMP, common->quit_label); in PRIV()