Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c128 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local
205 if (print_sep(ms, firstline) == -1) in match()
292 if (print_sep(ms, firstline) in match()
331 firstline = 0; in match()
2312 print_sep(struct magic_set *ms, int firstline) in print_sep() argument
2316 if (firstline) in print_sep()
/PHP-5.5/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.c6367 BOOL firstline; in pcre_exec() local
6547 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
6753 if (firstline) in pcre_exec()
7004 if (firstline && IS_NEWLINE(start_match)) break; in pcre_exec()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput25801 Options: firstline
5814 Options: multiline firstline

Completed in 74 milliseconds