Home
last modified time | relevance | path

Searched refs:PO_FIXED_STRINGS (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcregrep.c108 #define PO_FIXED_STRINGS 0x0004 macro
2392 case 'F': process_options |= PO_FIXED_STRINGS; break; in handle_option()
2493 if ((popts & PO_FIXED_STRINGS) != 0) in compile_pattern()