Searched refs:firstline (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 183 int firstline = 1; /* a flag to print X\n X\n- X */ in match() local 263 if (print_sep(ms, firstline) == -1) in match() 348 if ((e = handle_annotation(ms, m, b, firstline)) in match() 362 if (print_sep(ms, firstline) in match() 410 firstline = 0; in match() 2190 int firstline) in handle_annotation() argument 2193 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation() 2200 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation() 2209 if (!firstline && file_printf(ms, "\n- ") == -1) in handle_annotation() 2223 print_sep(struct magic_set *ms, int firstline) in print_sep() argument [all …]
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 3236 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local 3336 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match() 3553 if (firstline) in pcre2_dfa_match() 3825 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_dfa_match()
|
H A D | pcre2_match.c | 6008 BOOL firstline; in pcre2_match() local 6187 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match() 6388 if (firstline) in pcre2_match() 6753 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_match()
|
Completed in 38 milliseconds