Searched refs:compile_pattern (Results 1 – 3 of 3) sorted by relevance
145 public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_patte… in compile_pattern() function
320 public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_patte…
174 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) in set_pattern()