Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dpattern.c23 static int compile_pattern2(constant char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_error) in compile_pattern2() argument
35 if (show_error) in compile_pattern2()
51 if (show_error) in compile_pattern2()
73 if (show_error) in compile_pattern2()
88 if (show_error) in compile_pattern2()
103 if (show_error) in compile_pattern2()
113 if (show_error) in compile_pattern2()
123 reg_show_error = show_error; in compile_pattern2()
145 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern) in compile_pattern() argument
151 result = compile_pattern2(pattern, search_type, comp_pattern, show_error); in compile_pattern()
[all...]
H A Dsearch.c181 static int set_pattern(struct pattern_info *info, constant char *pattern, int search_type, int show_error) in set_pattern()
192 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0)
2104 int show_error = !(search_type & SRCH_INCR);
2105 if (set_pattern(&search_info, pattern, search_type, show_error) < 0)
163 set_pattern(struct pattern_info * info,char * pattern,int search_type,int show_error) set_pattern() argument
1548 int show_error = !(search_type & SRCH_INCR); search() local
H A Dfuncs.h355 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1664 bool show_error = true; in CreateBreakpointSite() local
1673 show_error = false; in CreateBreakpointSite()
1681 show_error = IsAlive(); in CreateBreakpointSite()
1695 if (!error.Success() && show_error) { in CreateBreakpointSite()
1733 if (show_error || use_hardware) { in CreateBreakpointSite()