Lines Matching refs:options
530 /* The ims options can vary during the matching as a result of the presence
550 5.005. If there is an options reset, it will get obeyed in the normal
551 5.005. If there is an options reset, it will get obeyed in the normal
616 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
973 else if ((extra->options & PCRE_STUDY_BM) != 0)
1081 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
1110 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0)
1111 if ((re->options & PCRE_FIRSTSET) != 0)
1112 if ((re->options & PCRE_REQCHSET) != 0)
1271 ims current /i, /m, and /s options
1276 ims = re->options & (PCRE_CASELESS | PCRE_MULTILINE | PCRE_DOTALL);
1303 int options;
1341 match_block.endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0;
1346 match_block.notbol = (options & PCRE_NOTBOL) != 0;
1347 match_block.notempty = (options & PCRE_NOTEMPTY) != 0;
1348 match_block.noteol = (options & PCRE_NOTEOL) != 0;
1478 options option bits
1490 pcre_exec (re, extra, subject, length, start_offset, options, offsets, offsetcount)
1497 preceding bracket, in the appropriate order. We need to reset any options
1534 req_char2 = ((re->options & (PCRE_CASELESS | PCRE_ICHANGED)) != 0) ?
1686 startline = (re->options & PCRE_STARTLINE) != 0;