Lines Matching refs:sljit_label

197   struct sljit_label *quit;
202 struct sljit_label *label;
242 struct sljit_label *matchingpath;
248 struct sljit_label *alternative_matchingpath;
250 struct sljit_label *recursive_matchingpath;
252 struct sljit_label *zero_matchingpath;
277 struct sljit_label *matchingpath;
283 struct sljit_label *matchingpath;
289 struct sljit_label *entry;
397 struct sljit_label *partialmatchlabel;
398 struct sljit_label *quit_label;
399 struct sljit_label *forced_quit_label;
400 struct sljit_label *accept_label;
401 struct sljit_label *ff_newline_shortcut;
2022 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
2120 struct sljit_label *loop; in reset_ovector()
2146 struct sljit_label *loop; in do_reset_match()
2204 struct sljit_label *loop; in copy_ovector()
2251 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
2817 struct sljit_label *label; in skip_char_back()
3033 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOO… in mainloop_entry()
3036 struct sljit_label *mainloop; in mainloop_entry()
3037 struct sljit_label *newlinelabel = NULL; in mainloop_entry()
3520 struct sljit_label *start; in fast_forward_first_n_chars()
3774 struct sljit_label *start; in fast_forward_first_char()
3831 struct sljit_label *loop; in fast_forward_newline()
3921 struct sljit_label *start; in fast_forward_start_bits()
3998 struct sljit_label *loop; in search_requested_char()
4062 struct sljit_label *mainloop; in do_revertframes()
4452 struct sljit_label *label; in do_casefulcmp()
4481 struct sljit_label *label; in do_caselesscmp()
5242 struct sljit_label *label; in compile_char1_matchingpath()
6038 struct sljit_label *label; in compile_ref_iterator_matchingpath()
6424 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
6425 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
6949 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath()
7482 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath()
7854 struct sljit_label *label; in compile_iterator_matchingpath()
8547 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath()
8823 struct sljit_label *rmin_label = NULL; in compile_bracket_backtrackingpath()
8824 struct sljit_label *exact_label = NULL; in compile_bracket_backtrackingpath()
9328 struct sljit_label *loop; in compile_control_verb_backtrackingpath()
9747 struct sljit_label *mainloop_label = NULL; in PRIV()
9748 struct sljit_label *continue_match_label; in PRIV()
9749 struct sljit_label *empty_match_found_label = NULL; in PRIV()
9750 struct sljit_label *empty_match_backtrack_label = NULL; in PRIV()
9751 struct sljit_label *reset_match_label; in PRIV()
9752 struct sljit_label *quit_label; in PRIV()