Home
last modified time | relevance | path

Searched refs:bc_vm_printf (Results 1 – 5 of 5) sorted by relevance

/dports/math/gh-bc/bc-5.2.1/src/
H A Dbc_parse.c1698 bc_vm_printf("BC_LONG_BIT = %lu\n", (ulong) BC_LONG_BIT); in bc_parse_stmt()
1702 bc_vm_printf("\n"); in bc_parse_stmt()
1703 bc_vm_printf("BC_BASE_MAX = %lu\n", BC_MAX_OBASE); in bc_parse_stmt()
1704 bc_vm_printf("BC_DIM_MAX = %lu\n", BC_MAX_DIM); in bc_parse_stmt()
1705 bc_vm_printf("BC_SCALE_MAX = %lu\n", BC_MAX_SCALE); in bc_parse_stmt()
1706 bc_vm_printf("BC_STRING_MAX = %lu\n", BC_MAX_STRING); in bc_parse_stmt()
1707 bc_vm_printf("BC_NAME_MAX = %lu\n", BC_MAX_NAME); in bc_parse_stmt()
1708 bc_vm_printf("BC_NUM_MAX = %lu\n", BC_MAX_NUM); in bc_parse_stmt()
1710 bc_vm_printf("BC_RAND_MAX = %lu\n", BC_MAX_RAND); in bc_parse_stmt()
1712 bc_vm_printf("MAX Exponent = %lu\n", BC_MAX_EXP); in bc_parse_stmt()
[all …]
H A Dprogram.c3284 bc_vm_printf(" (%lu) ", val); in bc_program_printIndex()
3295 bc_vm_printf(" (\"%s\") ", s); in bc_program_printStr()
3303 bc_vm_printf("Inst[%zu]: %s [%lu]; ", *bgn - 1, in bc_program_printInst()
3315 bc_vm_printf("(%s)", c->val); in bc_program_printInst()
3342 bc_vm_printf("func[%zu]:\n", ip.func); in bc_program_code()
H A Dhistory.c1784 bc_vm_printf("Linenoise key codes debugging mode.\n" in bc_history_printKeyCodes()
1806 bc_vm_printf("'%c' %lu (type quit to exit)\n", in bc_history_printKeyCodes()
H A Dvm.c671 void bc_vm_printf(const char *fmt, ...) { function
/dports/math/gh-bc/bc-5.2.1/include/
H A Dvm.h705 void bc_vm_printf(const char *fmt, ...);