Searched refs:ERROR_ERROR (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | err.c | 64 if ((level & ERROR_LEVEL) >= ERROR_ERROR) in errmsg() 70 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); in verr() 78 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); in err() 84 errmsg(ERROR_ERROR, code, fmt, ap); in verrx() 92 errmsg(ERROR_ERROR, code, fmt, ap); in errx()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | error.h | 44 #define ERROR_exit(n) ((n)+ERROR_ERROR) 45 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM) 46 #define ERROR_usage(n) ((((n)?2:0)+ERROR_ERROR)|ERROR_USAGE) 63 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | hexpand.c | 326 errormsg(SH_DICT, ERROR_ERROR, "%s: event not found", evp); 431 errormsg(SH_DICT, ERROR_ERROR, "%s: bad word specifier", evp); 491 errormsg(SH_DICT, ERROR_ERROR, "%s: bad word specifier", evp); 551 errormsg(SH_DICT, ERROR_ERROR, "%c: unrecognized history modifier", c); 601 errormsg(SH_DICT, ERROR_ERROR, 629 errormsg(SH_DICT, ERROR_ERROR,
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | error.h | 46 #define ERROR_ERROR 2 /* error message -- no err_exit */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | bash.c | 213 errormsg(SH_DICT,ERROR_ERROR,"cannot set and unset options simultaneously"); in b_shopt() 260 errormsg(SH_DICT,ERROR_ERROR, e_option, argv[opt_info.index]); in b_shopt()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | error.c | 145 error_state.breakpoint = ERROR_ERROR; in setopt()
|