Lines Matching refs:options
140 /* The ims options can vary during the matching as a result of the presence
154 5.005. If there is an options reset, it will get obeyed in the normal
211 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
364 else if ((extra->options & PCRE_STUDY_BM) != 0)
419 if ((extra->options & PCRE_STUDY_MAPPED) != 0)
439 if ((options & ~PUBLIC_EXEC_OPTIONS) != 0)
440 if ((re->options & PCRE_FIRSTSET) != 0)
441 if ((re->options & PCRE_REQCHSET) != 0)
544 ims current /i, /m, and /s options
549 ims = re->options & (PCRE_CASELESS | PCRE_MULTILINE | PCRE_DOTALL);
571 int options;
606 match_block.endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0;
611 match_block.notbol = (options & PCRE_NOTBOL) != 0;
612 match_block.notempty = (options & PCRE_NOTEMPTY) != 0;
613 match_block.noteol = (options & PCRE_NOTEOL) != 0;
707 options option bits
717 pcre_exec (re, extra, subject, length, start_offset, options, offsets, offsetcount)
724 preceding bracket, in the appropriate order. We need to reset any options
755 req_char2 = ((re->options & (PCRE_CASELESS | PCRE_ICHANGED)) != 0) ?
795 startline = (re->options & PCRE_STARTLINE) != 0;