Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDvm.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);
HDstatus.h426 typedef enum BcErr enum
619 } BcErr; typedef
/freebsd-14-stable/contrib/bc/src/
HDread.c268 BcErr e = BC_ERR_FATAL_IO_ERR; in bc_read_file()
HDvm.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, ...)
HDopt.c95 bc_opt_error(BcErr err, int c, const char* str, bool use_short) in bc_opt_error()
HDprogram.c1390 BcErr e; in bc_program_assignBuiltin()