Lines Matching refs:set_jumps
2022 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps() function
3081 set_jumps(newline, LABEL()); in mainloop_entry()
3892 set_jumps(newline, loop); in fast_forward_newline()
3988 set_jumps(matches, LABEL()); in fast_forward_start_bits()
4196 set_jumps(skipread_list, LABEL()); in check_wordboundary()
5225 set_jumps(found, LABEL()); in compile_xclass_matchingpath()
5323 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5393 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
5932 set_jumps(found, LABEL()); in compile_dnref_search()
6538 set_jumps(common->accept, common->accept_label); in compile_assert_matchingpath()
6610 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_assert_matchingpath()
6630 set_jumps(common->positive_assert_quit, LABEL()); in compile_assert_matchingpath()
6682 set_jumps(tmp, LABEL()); in compile_assert_matchingpath()
6741 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
6785 set_jumps(backtrack->common.topbacktracks, LABEL()); in compile_assert_matchingpath()
7699 set_jumps(backtrack->topbacktracks, LABEL()); in compile_bracketpos_matchingpath()
7741 set_jumps(emptymatch, LABEL()); in compile_bracketpos_matchingpath()
7976 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8041 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8049 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8077 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
8566 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8591 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8596 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8606 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8610 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8618 set_jumps(current->topbacktracks, label); in compile_iterator_backtrackingpath()
8636 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8646 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8661 set_jumps(jumplist, LABEL()); in compile_iterator_backtrackingpath()
8670 set_jumps(current->topbacktracks, LABEL()); in compile_iterator_backtrackingpath()
8696 set_jumps(current->topbacktracks, LABEL()); in compile_ref_iterator_backtrackingpath()
8705 set_jumps(current->topbacktracks, LABEL()); in compile_ref_iterator_backtrackingpath()
8715 set_jumps(current->topbacktracks, LABEL()); in compile_recurse_backtrackingpath()
8757 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
8787 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
8790 set_jumps(current->topbacktracks, LABEL()); in compile_assert_backtrackingpath()
9000 set_jumps(current->topbacktracks, LABEL()); in compile_bracket_backtrackingpath()
9016 set_jumps(CURRENT_AS(bracket_backtrack)->u.assert->condfailed, LABEL()); in compile_bracket_backtrackingpath()
9022 set_jumps(CURRENT_AS(bracket_backtrack)->u.condfailed, LABEL()); in compile_bracket_backtrackingpath()
9141 set_jumps(current->topbacktracks, LABEL()); in compile_bracket_backtrackingpath()
9281 set_jumps(current->topbacktracks, LABEL()); in compile_bracketpos_backtrackingpath()
9292 set_jumps(current->topbacktracks, LABEL()); in compile_bracketpos_backtrackingpath()
9406 set_jumps(CURRENT_AS(then_trap_backtrack)->quit, LABEL()); in compile_then_trap_backtrackingpath()
9425 set_jumps(current->nextbacktracks, LABEL()); in compile_backtrackingpath()
9587 set_jumps(current->topbacktracks, LABEL()); in compile_backtrackingpath()
9629 set_jumps(common->currententry->calls, common->currententry->entry); in compile_recurse()
9668 set_jumps(altbacktrack.topbacktracks, LABEL()); in compile_recurse()
9683 set_jumps(common->quit, LABEL()); in compile_recurse()
9696 set_jumps(common->accept, LABEL()); in compile_recurse()
9708 set_jumps(common->quit, LABEL()); in compile_recurse()
10086 set_jumps(common->accept, common->accept_label); in PRIV()
10092 set_jumps(common->quit, common->quit_label); in PRIV()
10094 set_jumps(common->forced_quit, common->forced_quit_label); in PRIV()
10102 set_jumps(common->partialmatch, common->partialmatchlabel); in PRIV()
10207 set_jumps(common->stackalloc, LABEL()); in PRIV()
10232 set_jumps(common->calllimit, LABEL()); in PRIV()
10238 set_jumps(common->revertframes, LABEL()); in PRIV()
10243 set_jumps(common->wordboundary, LABEL()); in PRIV()
10248 set_jumps(common->anynewline, LABEL()); in PRIV()
10253 set_jumps(common->hspace, LABEL()); in PRIV()
10258 set_jumps(common->vspace, LABEL()); in PRIV()
10263 set_jumps(common->casefulcmp, LABEL()); in PRIV()
10268 set_jumps(common->caselesscmp, LABEL()); in PRIV()
10273 set_jumps(common->reset_match, LABEL()); in PRIV()
10283 set_jumps(common->utfreadchar, LABEL()); in PRIV()
10288 set_jumps(common->utfreadchar16, LABEL()); in PRIV()
10293 set_jumps(common->utfreadtype8, LABEL()); in PRIV()
10301 set_jumps(common->getucd, LABEL()); in PRIV()