Searched refs:PCRE_STARTLINE (Results 1 – 6 of 6) sorted by relevance
140 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2; in pcre_fullinfo()151 ((re->flags & PCRE_STARTLINE) != 0) ? 2 : 0; in pcre_fullinfo()
1383 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0) in pcre_study()
1138 #define PCRE_STARTLINE 0x0100 /* start after \n for multiline */ macro
8288 else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE; in pcre_compile2()
6419 startline = (re->flags & PCRE_STARTLINE) != 0; in pcre_exec()
20 6. The PCRE_STARTLINE bit, indicating that a match can occur only at the start
Completed in 92 milliseconds