Searched refs:show_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | pattern.c | 23 …mpile_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() 89 if (show_error) in compile_pattern2() 104 if (show_error) in compile_pattern2() 114 if (show_error) in compile_pattern2() 124 reg_show_error = show_error; in compile_pattern2() 146 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c… in compile_pattern() argument 152 result = compile_pattern2(pattern, search_type, comp_pattern, show_error); in compile_pattern() [all …]
|
| H A D | search.c | 180 …int set_pattern(struct pattern_info *info, constant char *pattern, int search_type, int show_error) in set_pattern() argument 191 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) in set_pattern() 2095 int show_error = !(search_type & SRCH_INCR); in search() local 2096 if (set_pattern(&search_info, pattern, search_type, show_error) < 0) in search()
|
| H A D | funcs.h | 377 public int compile_pattern(constant char *pattern, int search_type, int show_error, PATTERN_TYPE *c…
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 1664 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()
|