Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dpattern.c22 compile_pattern2(pattern, search_type, comp_pattern, show_error) in compile_pattern2() argument
26 int show_error;
38 if (show_error)
54 if (show_error)
75 if (show_error)
85 if (show_error)
95 if (show_error)
105 reg_show_error = show_error;
/freebsd-12.1/contrib/xz/src/common/
H A Dtuklib_exit.c24 tuklib_exit(int status, int err_status, int show_error) in tuklib_exit() argument
37 if (show_error) in tuklib_exit()
H A Dtuklib_exit.h21 extern void tuklib_exit(int status, int err_status, int show_error)
/freebsd-12.1/sbin/nvmecontrol/
H A Dnvmecontrol.c145 open_dev(const char *str, int *fd, int show_error, int exit_on_error) in open_dev() argument
152 if (show_error) in open_dev()
H A Dnvmecontrol.h71 int open_dev(const char *str, int *fd, int show_error, int exit_on_error);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1854 bool show_error = true; in CreateBreakpointSite() local
1863 show_error = false; in CreateBreakpointSite()
1871 show_error = IsAlive(); in CreateBreakpointSite()
1885 if (!error.Success() && show_error) { in CreateBreakpointSite()
1923 if (show_error || use_hardware) { in CreateBreakpointSite()