Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c177 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local
241 if ((e = handle_annotation(ms, m, firstline)) != 0) { in match()
255 if (print_sep(ms, firstline) == -1) in match()
339 if ((e = handle_annotation(ms, m, firstline)) != 0) { in match()
352 if (print_sep(ms, firstline) in match()
400 firstline = 0; in match()
2068 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation()
2075 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation()
2082 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation()
2092 print_sep(struct magic_set *ms, int firstline) in print_sep() argument
[all …]
/PHP-7.2/ext/pcre/pcrelib/
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-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput25801 Options: firstline
5814 Options: multiline firstline

Completed in 45 milliseconds