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