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;
2038 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
2170 struct sljit_label *loop; in reset_ovector()
2196 struct sljit_label *loop; in do_reset_match()
2255 struct sljit_label *loop; in copy_ovector()
2302 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
2868 struct sljit_label *label; in skip_char_back()
3084 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOO… in mainloop_entry()
3087 struct sljit_label *mainloop; in mainloop_entry()
3088 struct sljit_label *newlinelabel = NULL; in mainloop_entry()
3576 struct sljit_label *start; in fast_forward_first_n_chars()
3820 struct sljit_label *start; in fast_forward_first_char()
3877 struct sljit_label *loop; in fast_forward_newline()
3967 struct sljit_label *start; in fast_forward_start_bits()
4044 struct sljit_label *loop; in search_requested_char()
4108 struct sljit_label *mainloop; in do_revertframes()
4500 struct sljit_label *label; in do_casefulcmp()
4529 struct sljit_label *label; in do_caselesscmp()
5294 struct sljit_label *label; in compile_char1_matchingpath()
6090 struct sljit_label *label; in compile_ref_iterator_matchingpath()
6476 struct sljit_label *save_quit_label = common->quit_label; in compile_assert_matchingpath()
6477 struct sljit_label *save_accept_label = common->accept_label; in compile_assert_matchingpath()
7001 struct sljit_label *rmax_label = NULL; in compile_bracket_matchingpath()
7536 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath()
7913 struct sljit_label *label; in compile_iterator_matchingpath()
8605 struct sljit_label *label = NULL; in compile_iterator_backtrackingpath()
8881 struct sljit_label *rmin_label = NULL; in compile_bracket_backtrackingpath()
8882 struct sljit_label *exact_label = NULL; in compile_bracket_backtrackingpath()
9387 struct sljit_label *loop; in compile_control_verb_backtrackingpath()
9807 struct sljit_label *mainloop_label = NULL; in PRIV()
9808 struct sljit_label *continue_match_label; in PRIV()
9809 struct sljit_label *empty_match_found_label = NULL; in PRIV()
9810 struct sljit_label *empty_match_backtrack_label = NULL; in PRIV()
9811 struct sljit_label *reset_match_label; in PRIV()
9812 struct sljit_label *quit_label; in PRIV()