Lines Matching defs:options
80 /* After the options, we require exactly two arguments, which are the pattern,
101 0, /* default options */
127 0, /* default options */
263 sequence. First, find the options with which the regex was compiled; extract
264 the UTF-8 state, and mask off all but the newline options. */
271 /* If no newline options were set, find the default newline convention from the
298 int options = 0; /* Normally no options */
308 options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED;
319 options, /* options */
323 /* This time, a result of NOMATCH isn't an error. If the value in "options"
338 if (options == 0) break; /* All matches found */