Searched refs:rt_error (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/bc/lib/
H A Dtestmul.c36 rt_error (char *mesg, ...) function
39 rt_error (mesg)
44 rt_error (mesg, va_alist)
H A Dnumber.c40 #define bc_rt_error rt_error
44 _PROTOTYPE(void rt_error, (char *mesg ,...));
/haiku-fatelf/src/bin/bc/bc/
H A Dstorage.c239 rt_error ("function stack underflow, contact maintainer.");
325 rt_error ("Stack error.");
583 rt_error ("Array %s subscript out of bounds.", a_names[var_name]);
663 rt_error ("Array %s subscript out of bounds.", a_names[var_name]);
745 rt_error ("Array %s subscript out of bounds.", a_names[var_name]);
827 rt_error ("Array %s subscript out of bounds.", a_names[var_name]);
1049 rt_error ("Parameter type mismatch parameter %s.",
1052 rt_error ("Parameter type mismatch, parameter %s.",
1060 rt_error ("Parameter number mismatch");
1066 rt_error ("Paramete
[all...]
H A Dexecute.c47 rt_error ("interrupted execution");
152 rt_error ("Function %s not defined.", f_names[new_func]);
241 rt_error ("Return from main program.");
287 rt_error ("Square root of a negative number");
427 rt_error ("Divide by zero");
435 rt_error ("Modulo by zero");
454 rt_error ("divide by zero");
523 rt_error ("bad instruction: inst=%c", inst);
H A Dutil.c812 rt_error (char *mesg, ...) function
815 rt_error (mesg)
820 rt_error (mesg, va_alist)
H A Dproto.h94 _PROTOTYPE(void rt_error, (char *mesg ,...));
/haiku-fatelf/src/bin/bc/dc/
H A Dnumeric.c550 rt_error (char *mesg, ...)
553 rt_error (mesg)
558 rt_error (mesg, va_alist)
544 rt_error (char *mesg, ...) function

Completed in 138 milliseconds