Searched refs:rt_error (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/bc/dist/ |
H A D | storage.c | 253 rt_error ("function stack underflow, contact maintainer."); in fpop() 335 rt_error ("Stack error."); in check_stack() 601 rt_error ("Array %s subscript out of bounds.", a_names[var_name]); in store_array() 679 rt_error ("Array %s subscript out of bounds.", a_names[var_name]); in load_array() 760 rt_error ("Array %s subscript out of bounds.", a_names[var_name]); in decr_array() 841 rt_error ("Array %s subscript out of bounds.", a_names[var_name]); in incr_array() 1053 rt_error ("Parameter type mismatch parameter %s.", in process_params() 1056 rt_error ("Parameter type mismatch, parameter %s.", in process_params() 1064 rt_error ("Parameter number mismatch"); in process_params() 1070 rt_error ("Parameter number mismatch"); in process_params()
|
H A D | execute.c | 143 rt_error ("Internal error."); in execute() 158 rt_error ("Function %s not defined.", f_names[new_func]); in execute() 247 rt_error ("Return from main program."); in execute() 293 rt_error ("Square root of a negative number"); in execute() 439 rt_error ("Divide by zero"); in execute() 447 rt_error ("Modulo by zero"); in execute() 466 rt_error ("divide by zero"); in execute() 535 rt_error ("bad instruction: inst=%c", inst); in execute()
|
H A D | util.c | 772 rt_error (const char *mesg, ...) in rt_error() function 775 rt_error (mesg) in rt_error() 780 rt_error (mesg, va_alist)
|
H A D | proto.h | 92 void rt_error (const char *mesg, ...)
|
H A D | number.c | 47 #define bc_rt_error rt_error 51 void rt_error (const char *mesg ,...);
|