Searched refs:bc_vm_printf (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | bc_parse.c | 1795 bc_vm_printf("BC_LONG_BIT = %lu\n", (ulong) BC_LONG_BIT); in bc_parse_stmt() 1796 bc_vm_printf("BC_BASE_DIGS = %lu\n", (ulong) BC_BASE_DIGS); in bc_parse_stmt() 1797 bc_vm_printf("BC_BASE_POW = %lu\n", (ulong) BC_BASE_POW); in bc_parse_stmt() 1798 bc_vm_printf("BC_OVERFLOW_MAX = %lu\n", (ulong) BC_NUM_BIGDIG_MAX); in bc_parse_stmt() 1799 bc_vm_printf("\n"); in bc_parse_stmt() 1800 bc_vm_printf("BC_BASE_MAX = %lu\n", BC_MAX_OBASE); in bc_parse_stmt() 1801 bc_vm_printf("BC_DIM_MAX = %lu\n", BC_MAX_DIM); in bc_parse_stmt() 1802 bc_vm_printf("BC_SCALE_MAX = %lu\n", BC_MAX_SCALE); in bc_parse_stmt() 1803 bc_vm_printf("BC_STRING_MAX = %lu\n", BC_MAX_STRING); in bc_parse_stmt() 1804 bc_vm_printf("BC_NAME_MAX = %lu\n", BC_MAX_NAME); in bc_parse_stmt() [all …]
|
H A D | program.c | 3778 bc_vm_printf(" (%lu) ", val); in bc_program_printIndex() 3790 bc_vm_printf(" (\"%s\") ", s); in bc_program_printStr() 3799 bc_vm_printf("Inst[%zu]: %s [%lu]; ", *bgn - 1, bc_inst_names[inst], in bc_program_printInst() 3812 bc_vm_printf("(%s)", c->val); in bc_program_printInst() 3840 bc_vm_printf("func[%zu]:\n", ip.func); in bc_program_code()
|
H A D | history.c | 2220 bc_vm_printf("Linenoise key codes debugging mode.\n" in bc_history_printKeyCodes() 2242 bc_vm_printf("'%c' %lu (type quit to exit)\n", isprint(c) ? c : '?', in bc_history_printKeyCodes()
|
H A D | vm.c | 889 bc_vm_printf(const char* fmt, ...) function
|
/freebsd/contrib/bc/include/ |
H A D | vm.h | 860 bc_vm_printf(const char* fmt, ...);
|