Lines Matching defs:compiled
132 PATTERN_TYPE compiled;
142 #define info_compiled(info) ((info)->compiled)
174 uncompile_pattern(&info->compiled);
191 SET_NULL_PATTERN(info->compiled);
192 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0)
195 /* Pattern compiled successfully; save the text too. */
213 SET_NULL_PATTERN(info->compiled);
252 return (!is_null_pattern(info->compiled));
2031 * the pattern which was compiled with the old caseless.
2062 * A null pattern means use the previously compiled pattern.