Lines Matching refs:nlmax
377 pcre_uint32 nlmax; member
3103 read_char_range(common, common->nlmin, common->nlmax, TRUE); in mainloop_entry()
3902 read_char_range(common, common->nlmin, common->nlmax, TRUE); in fast_forward_newline()
5326 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5523 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5571 read_char_range(common, common->nlmin, common->nlmax, TRUE); in compile_char1_matchingpath()
5622 peek_char(common, common->nlmax); in compile_char1_matchingpath()
9812 common->nlmax = READ_CHAR_MAX; in PRIV()
9843 common->nlmax = 0x2029; in PRIV()
9845 common->nlmax = (CHAR_CR > CHAR_NL) ? CHAR_CR : CHAR_NL; in PRIV()
9849 common->nlmax = common->newline & 0xff; in PRIV()