Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c122 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local
190 if (print_sep(ms, firstline) == -1) in match()
272 if (print_sep(ms, firstline) in match()
311 firstline = 0; in match()
2116 print_sep(struct magic_set *ms, int firstline) argument
2120 if (firstline)
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c6252 BOOL firstline; in pcre_exec() local
6420 firstline = (re->options & PCRE_FIRSTLINE) != 0; in pcre_exec()
6627 if (firstline) in pcre_exec()
6883 if (firstline && IS_NEWLINE(start_match)) break; in pcre_exec()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput25761 Options: firstline
5774 Options: multiline firstline

Completed in 37 milliseconds