Home
last modified time | relevance | path

Searched refs:firstline (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c159 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local
238 if (print_sep(ms, firstline) == -1) in match()
328 if (print_sep(ms, firstline) in match()
367 firstline = 0; in match()
2192 print_sep(struct magic_set *ms, int firstline) in print_sep() argument
2196 if (firstline) in print_sep()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3099 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY || in mainloop_entry()
3103 if (firstline) in mainloop_entry()
3726 if (firstline) in fast_forward_first_n_chars()
3797 if (firstline) in fast_forward_first_n_chars()
3825 if (firstline) in fast_forward_first_char()
3870 if (firstline) in fast_forward_first_char()
3885 if (firstline) in fast_forward_newline()
3920 if (firstline) in fast_forward_newline()
3958 if (firstline) in fast_forward_newline()
3975 if (firstline) in fast_forward_start_bits()
[all …]
H A Dpcre_exec.c6365 BOOL firstline; in pcre_exec() local
6545 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
6751 if (firstline) in pcre_exec()
7002 if (firstline && IS_NEWLINE(start_match)) break; in pcre_exec()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput25801 Options: firstline
5814 Options: multiline firstline

Completed in 67 milliseconds