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;
393 struct sljit_label *partialmatchlabel;
394 struct sljit_label *quit_label;
395 struct sljit_label *forced_quit_label;
396 struct sljit_label *accept_label;
397 struct sljit_label *ff_newline_shortcut;
2015 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
2147 struct sljit_label *loop; in reset_ovector()
2173 struct sljit_label *loop; in do_reset_match()
2231 struct sljit_label *loop; in copy_ovector()
2278 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
2844 struct sljit_label *label; in skip_char_back()
3060 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOO… in mainloop_entry()
3063 struct sljit_label *mainloop; in mainloop_entry()
3064 struct sljit_label *newlinelabel = NULL; in mainloop_entry()
3547 struct sljit_label *start; in fast_forward_first_n_chars()
3789 struct sljit_label *start; in fast_forward_first_char()
3846 struct sljit_label *loop; in fast_forward_newline()
3936 struct sljit_label *start; in fast_forward_start_bits()
4013 struct sljit_label *loop; in search_requested_char()
4077 struct sljit_label *mainloop; in do_revertframes()
4467 struct sljit_label *label; in do_casefulcmp()
4496 struct sljit_label *label; in do_caselesscmp()
5257 struct sljit_label *label; in compile_char1_matchingpath()
6053 struct sljit_label *label; in compile_ref_iterator_matchingpath()
6439 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
6440 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
6964 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath()
7499 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath()
7871 struct sljit_label *label; in compile_iterator_matchingpath()
8564 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath()
8840 struct sljit_label *rmin_label = NULL; in compile_bracket_backtrackingpath()
8841 struct sljit_label *exact_label = NULL; in compile_bracket_backtrackingpath()
9346 struct sljit_label *loop; in compile_control_verb_backtrackingpath()
9765 struct sljit_label *mainloop_label = NULL; in PRIV()
9766 struct sljit_label *continue_match_label; in PRIV()
9767 struct sljit_label *empty_match_found_label = NULL; in PRIV()
9768 struct sljit_label *empty_match_backtrack_label = NULL; in PRIV()
9769 struct sljit_label *reset_match_label; in PRIV()
9770 struct sljit_label *quit_label; in PRIV()