Searched refs:check_newlinechar (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 4285 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar() function 5189 check_newlinechar(common, common->nltype, &newline, TRUE); in mainloop_entry() 6308 check_newlinechar(common, common->nltype, &newline, FALSE); in fast_forward_newline() 8192 check_newlinechar(common, common->nltype, backtracks, FALSE); in compile_simple_assertion_matchingpath() 8249 check_newlinechar(common, common->nltype, backtracks, FALSE); in compile_simple_assertion_matchingpath() 8574 check_newlinechar(common, common->nltype, backtracks, TRUE); in compile_char1_matchingpath() 8648 check_newlinechar(common, common->bsr_nltype, backtracks, FALSE); in compile_char1_matchingpath()
|