HomeSort by: relevance | last modified time | path
    Searched refs:show_error (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/xz/dist/src/common/
tuklib_exit.h 21 extern void tuklib_exit(int status, int err_status, int show_error);
tuklib_exit.c 24 tuklib_exit(int status, int err_status, int show_error)
37 if (show_error)
  /src/external/bsd/less/dist/
pattern.c 25 static int compile_pattern2(char *pattern, int search_type, PATTERN_TYPE *comp_pattern, int show_error)
37 if (show_error)
53 if (show_error)
75 if (show_error)
90 if (show_error)
105 if (show_error)
115 if (show_error)
125 reg_show_error = show_error;
147 public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern)
159 result = compile_pattern2(cvt_pattern, search_type, comp_pattern, show_error);
    [all...]
search.c 165 static int set_pattern(struct pattern_info *info, char *pattern, int search_type, int show_error)
176 else if (compile_pattern(pattern, search_type, show_error, &info->compiled) < 0)
1550 int show_error = !(search_type & SRCH_INCR); local
1551 if (set_pattern(&search_info, pattern, search_type, show_error) < 0)
funcs.h 322 public int compile_pattern(char *pattern, int search_type, int show_error, PATTERN_TYPE *comp_pattern);
  /src/sbin/nvmectl/
nvmectl.c 198 open_dev(const char *str, int *fd, int show_error, int exit_on_error)
203 if (show_error)
215 if (show_error)

Completed in 17 milliseconds