Searched refs:show_error (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/less/ |
| H A D | pattern.c | 23 compile_pattern2(pattern, search_type, comp_pattern, show_error) in compile_pattern2() argument 27 int show_error; 39 if (show_error) 55 if (show_error) 76 if (show_error) 90 if (show_error) 105 if (show_error) 115 if (show_error) 125 reg_show_error = show_error; 148 compile_pattern(pattern, search_type, show_error, comp_pattern) in compile_pattern() argument [all …]
|
| H A D | search.c | 163 set_pattern(info, pattern, search_type, show_error) in set_pattern() argument 167 int show_error; 172 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0) 1623 int show_error = !(search_type & SRCH_INCR); local 1624 if (set_pattern(&search_info, pattern, search_type, show_error) < 0)
|
| H A D | funcs.h | 295 public int compile_pattern LESSPARAMS ((char *pattern, int search_type, int show_error, PATTERN_TYP…
|
| /freebsd-13.1/contrib/xz/src/common/ |
| H A D | tuklib_exit.c | 25 tuklib_exit(int status, int err_status, int show_error) in tuklib_exit() argument 38 if (show_error) in tuklib_exit()
|
| H A D | tuklib_exit.h | 21 extern void tuklib_exit(int status, int err_status, int show_error)
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 1591 bool show_error = true; in CreateBreakpointSite() local 1600 show_error = false; in CreateBreakpointSite() 1608 show_error = IsAlive(); in CreateBreakpointSite() 1622 if (!error.Success() && show_error) { in CreateBreakpointSite() 1660 if (show_error || use_hardware) { in CreateBreakpointSite()
|