Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3075 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY || in mainloop_entry()
3079 if (firstline) in mainloop_entry()
3695 if (firstline) in fast_forward_first_n_chars()
3766 if (firstline) in fast_forward_first_n_chars()
3794 if (firstline) in fast_forward_first_char()
3839 if (firstline) in fast_forward_first_char()
3854 if (firstline) in fast_forward_newline()
3889 if (firstline) in fast_forward_newline()
3927 if (firstline) in fast_forward_newline()
3944 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()
6752 if (firstline) in pcre_exec()
7003 if (firstline && IS_NEWLINE(start_match)) break; in pcre_exec()
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput25788 Options: firstline
5801 Options: multiline firstline

Completed in 79 milliseconds