Lines Matching defs:error
293 # error "Please compile with Build.sh -E for EBCDIC!"
296 # error "Please compile without -E argument to Build.sh for ASCII!"
399 # error Please have your platform define NSIG.
403 # error Your NSIG value is not positive.
410 # error Your NSIG_MAX value is too small.
414 # error Your NSIG value is larger than your NSIG_MAX value.
423 /* third, for cpp without the error directive, default */
448 # error GCC extensions needed later on
573 * portability problems (calling strchr(x, 0x80 | 'x') is error prone).
670 #error Must run Build.sh to compile this.
880 #define E_ERRH 6 /* general error handler # */
906 #define LAEXPR 9 /* error in arithmetic expression */
907 #define LLEAVE 10 /* untrappable exit/error */
1073 EXTERN const char Tsynerr[] E_INIT("syntax error");
1239 #define Tsynerr "syntax error"
1609 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
1655 /* name of called builtin function (used by error functions) */
1657 /* is called builtin a POSIX special builtin? (error functions only) */
1684 /* Used by v_evaluate() and setstr() to control action when error occurs */
1718 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */
1723 #define SHF_ERROR 0x0800 /* read()/write() error */
1741 int errnosv; /* saved value of errno after error */
1885 char *error; /* error handler */
2208 /* line the error occurred on (0 if not set) */
2816 #define TEF_ERROR BIT(0) /* set if we've hit an error */
2828 void (*error)(struct test_env *, int, const char *);