Lines Matching refs:ERR_EXIT
27 #define ERR_EXIT 2 macro
124 errx(ERR_EXIT, "malloc() failed");
138 errx(ERR_EXIT, "malloc() failed"); in make_str()
178 errx(ERR_EXIT, "not a decimal number: '%s'", vp->u.s); in assert_to_integer()
180 errx(ERR_EXIT, "operand too large: '%s'", vp->u.s); in assert_to_integer()
199 errx(ERR_EXIT, "malloc() failed"); in to_string()
282 errx(ERR_EXIT, in main()
302 errx(ERR_EXIT, "syntax error"); in yyerror()
402 errx(ERR_EXIT, "overflow"); in assert_plus()
425 errx(ERR_EXIT, "overflow"); in assert_minus()
463 errx(ERR_EXIT, "overflow"); in assert_times()
485 errx(ERR_EXIT, "division by zero"); in assert_div()
488 errx(ERR_EXIT, "overflow"); in assert_div()
539 errx(ERR_EXIT, "%s", errbuf); in op_colon()