Lines Matching refs:show_error
23 static int compile_pattern2(constant char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_error)
35 if (show_error)
51 if (show_error)
73 if (show_error)
88 if (show_error)
103 if (show_error)
113 if (show_error)
123 reg_show_error = show_error;
145 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern)
151 result = compile_pattern2(pattern, search_type, comp_pattern, show_error);
156 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error);