Lines Matching refs:no_match
9272 jump_list *no_match = NULL; in compile_ref_matchingpath() local
9324 read_char(common, 0, READ_CHAR_MAX, &no_match, READ_CHAR_UPDATE_STR_PTR); in compile_ref_matchingpath()
9343 add_jump(compiler, &no_match, CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, 0)); in compile_ref_matchingpath()
9354 set_jumps(no_match, LABEL()); in compile_ref_matchingpath()
11447 jump_list *no_match = NULL; in compile_iterator_matchingpath() local
11698 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
11703 compile_char1_matchingpath(common, type, cc, &no_match, FALSE); in compile_iterator_matchingpath()
11706 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11726 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11746 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11757 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
11767 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11780 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11841 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11843 compile_char1_matchingpath(common, type, cc, &no_match, FALSE); in compile_iterator_matchingpath()
11847 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11860 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11868 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11881 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11883 compile_char1_matchingpath(common, type, cc, &no_match, FALSE); in compile_iterator_matchingpath()
11886 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
11889 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11915 detect_partial_match(common, &no_match); in compile_iterator_matchingpath()
11919 add_jump(compiler, &no_match, JUMP(SLJIT_ZERO)); in compile_iterator_matchingpath()
11925 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()
11931 compile_char1_matchingpath(common, type, cc, &no_match, TRUE); in compile_iterator_matchingpath()
11933 set_jumps(no_match, LABEL()); in compile_iterator_matchingpath()