Lines Matching refs:sljit_label

211   struct sljit_label *quit;
216 struct sljit_label *label;
256 struct sljit_label *matchingpath;
262 struct sljit_label *alternative_matchingpath;
264 struct sljit_label *recursive_matchingpath;
266 struct sljit_label *zero_matchingpath;
291 struct sljit_label *matchingpath;
297 struct sljit_label *matchingpath;
311 struct sljit_label *matchingpath;
317 struct sljit_label *entry;
427 struct sljit_label *partialmatchlabel;
428 struct sljit_label *quit_label;
429 struct sljit_label *forced_quit_label;
430 struct sljit_label *accept_label;
431 struct sljit_label *ff_newline_shortcut;
2271 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label)
2392 struct sljit_label *loop;
2430 struct sljit_label *loop;
2489 struct sljit_label *loop;
2541 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *quit)
3089 struct sljit_label *label;
3302 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, sljit_u32 overall_options)
3305 struct sljit_label *mainloop;
3306 struct sljit_label *newlinelabel = NULL;
3901 struct sljit_label *start;
4163 struct sljit_label *start;
4168 struct sljit_label *utf_start = NULL;
4331 struct sljit_label *start;
4573 struct sljit_label *loop;
4662 struct sljit_label *start;
4738 struct sljit_label *loop;
4802 struct sljit_label *mainloop;
5195 struct sljit_label *label;
5224 struct sljit_label *label;
6034 struct sljit_label *label;
6258 struct sljit_label *label;
6864 struct sljit_label *label;
7296 struct sljit_label *save_quit_label = common->quit_label;
7297 struct sljit_label *save_accept_label = common->accept_label;
7847 struct sljit_label *rmax_label = NULL;
8388 struct sljit_label *loop = NULL;
8818 struct sljit_label *label;
9658 struct sljit_label *label = NULL;
9918 struct sljit_label *rmin_label = NULL;
9919 struct sljit_label *exact_label = NULL;
10426 struct sljit_label *loop;
10847 struct sljit_label *mainloop_label = NULL;
10848 struct sljit_label *continue_match_label;
10849 struct sljit_label *empty_match_found_label = NULL;
10850 struct sljit_label *empty_match_backtrack_label = NULL;
10851 struct sljit_label *reset_match_label;
10852 struct sljit_label *quit_label;