Home
last modified time | relevance | path

Searched refs:BcErr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h982 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 Dstatus.h426 typedef enum BcErr enum
619 } BcErr; typedef
/freebsd/contrib/bc/src/
H A Dread.c268 BcErr e = BC_ERR_FATAL_IO_ERR; in bc_read_file()
H A Dvm.c316 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 Dopt.c95 bc_opt_error(BcErr err, int c, const char* str, bool use_short) in bc_opt_error()
H A Dprogram.c1390 BcErr e; in bc_program_assignBuiltin()