Home | History | Annotate | Download | only in dist

Lines Matching defs:process_options

174 static int process_options = 0;
399 options. These set the 1, 2, and 4 bits in process_options, respectively. Note
2357 case 'F': process_options |= PO_FIXED_STRINGS; break;
2377 case 'w': process_options |= PO_WORD_MATCH; break;
2378 case 'x': process_options |= PO_LINE_MATCH; break;
3109 if (!compile_pattern(cp, pcre_options, process_options, FALSE, "command-line",
3118 if (!read_pattern_file(fn->name, &patterns, &patterns_last, process_options))