Searched refs:show_error (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_exit.h21 extern void tuklib_exit(int status, int err_status, int show_error)
H A Dtuklib_exit.c25 tuklib_exit(int status, int err_status, int show_error) argument
38 if (show_error)
/freebsd-11-stable/contrib/less/
H A Dpattern.c23 compile_pattern2(pattern, search_type, comp_pattern, show_error)
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_patter
[all...]
H A Dsearch.c163 set_pattern(info, pattern, search_type, show_error)
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 Dfuncs.h289 public int compile_pattern LESSPARAMS ((char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern));
/freebsd-11-stable/sbin/nvmecontrol/
H A Dnvmecontrol.c182 open_dev(const char *str, int *fd, int show_error, int exit_on_error) argument
187 if (show_error)
199 if (show_error)
H A Dnvmecontrol.h83 int open_dev(const char *str, int *fd, int show_error, int exit_on_error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1611 bool show_error = true; local
1620 show_error = false;
1628 show_error = IsAlive();
1642 if (!error.Success() && show_error) {
1680 if (show_error || use_hardware) {

Completed in 136 milliseconds