Searched refs:BcErr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bc/include/ |
H A D | vm.h | 982 bc_vm_handleError(BcErr e); 989 bc_vm_fatalError(BcErr e); 1019 bc_vm_handleError(BcErr e, const char* file, int fline, size_t line, ...); 1031 bc_vm_handleError(BcErr e, size_t line, ...); 1043 bc_vm_fatalError(BcErr e);
|
H A D | status.h | 426 typedef enum BcErr enum 619 } BcErr; typedef
|
/freebsd/contrib/bc/src/ |
H A D | read.c | 268 BcErr e = BC_ERR_FATAL_IO_ERR; in bc_read_file()
|
H A D | vm.c | 316 bc_vm_fatalError(BcErr e) 329 bc_vm_handleError(BcErr e) 357 bc_vm_handleError(BcErr e, const char* file, int fline, size_t line, ...) 360 bc_vm_handleError(BcErr e, size_t line, ...)
|
H A D | opt.c | 95 bc_opt_error(BcErr err, int c, const char* str, bool use_short) in bc_opt_error()
|
H A D | program.c | 1390 BcErr e; in bc_program_assignBuiltin()
|