Lines Matching refs:process_options
167 static int process_options = 0;
276 options. These set the 1, 2, and 4 bits in process_options, respectively. Note
1837 case 'F': process_options |= PO_FIXED_STRINGS; break;
1851 case 'w': process_options |= PO_WORD_MATCH; break;
1852 case 'x': process_options |= PO_LINE_MATCH; break;
1927 sprintf(buffer, "%s%.*s%s", prefix[process_options], MBUFTHIRD, pattern,
1928 suffix[process_options]);
1939 errptr -= (int)strlen(prefix[process_options]);
1983 if ((process_options & PO_FIXED_STRINGS) != 0)