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 | 3817 bc_vm_printf(" (%lu) ", val); in bc_program_printIndex() 3829 bc_vm_printf(" (\"%s\") ", s); in bc_program_printStr() 3838 bc_vm_printf("Inst[%zu]: %s [%lu]; ", *bgn - 1, bc_inst_names[inst], in bc_program_printInst() 3851 bc_vm_printf("(%s)", c->val); in bc_program_printInst() 3879 bc_vm_printf("func[%zu]:\n", ip.func); in bc_program_code()
|
| H A D | history.c | 2210 bc_vm_printf("Linenoise key codes debugging mode.\n" in bc_history_printKeyCodes() 2232 bc_vm_printf("'%c' %lu (type quit to exit)\n", isprint(c) ? c : '?', in bc_history_printKeyCodes()
|
| H A D | vm.c | 864 bc_vm_printf(const char* fmt, ...) function
|
| /freebsd/contrib/bc/include/ |
| H A D | vm.h | 859 bc_vm_printf(const char* fmt, ...);
|