Searched refs:bc_file_printf (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/bc/include/ |
| H A D | history.h | 222 bc_file_printf(&bc_history_debug_fp, \ 228 bc_file_printf(&bc_history_debug_fp, ", " __VA_ARGS__); \
|
| H A D | file.h | 205 bc_file_printf(BcFile* restrict f, const char* fmt, ...);
|
| H A D | status.h | 996 bc_file_printf(&vm->ferr, "Entering %s\n", __func__); \ 1011 bc_file_printf(&vm->ferr, "Leaving %s\n", __func__); \
|
| H A D | program.h | 487 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); \
|
| /src/contrib/bc/src/ |
| H A D | file.c | 268 bc_file_printf(BcFile* restrict f, const char* fmt, ...) in bc_file_printf() function 420 bc_file_printf(f, "%s", str); in bc_file_puts()
|
| H A D | vm.c | 234 bc_file_printf(&vm->fout, "%s %s\n%s", vm->name, BC_VERSION, bc_copyright); 256 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION, 276 bc_file_printf(&vm->fout, help, vm->name, vm->name, BC_VERSION, 386 bc_file_printf(&vm->ferr, ":%zu\n", line); 401 bc_file_printf(&vm->ferr, "\n %s:%d\n", file, fline);
|
| H A D | history.c | 285 bc_file_printf(&vm->fout, "\n"); in bc_history_line() 384 bc_file_printf(&vm->fout, "%s\n", "^D"); in bc_history_line() 983 bc_file_printf(&vm->fout, "\x1b[%zuD", cols - start); in bc_history_columns() 1095 if (colpos) bc_file_printf(&vm->fout, "\x1b[%zuC", colpos); in bc_history_refresh()
|
| H A D | vector.c | 649 bc_file_printf(&vm->ferr, "%s\n", func); in bc_slabvec_print() 654 bc_file_printf(&vm->ferr, "%zu { s = %zu, len = %zu }\n", i, in bc_slabvec_print()
|
| H A D | num.c | 4463 bc_file_printf(&vm->fout, " %lu", (unsigned long) n[i]); in bc_num_printDigs() 4475 bc_file_printf(&vm->fout, " len: %zu, rdx: %zu, scale: %zu\n", name, n->len, in bc_num_printWithDigs() 4485 bc_file_printf(&vm->ferr, "\n%s = %s", varname, in bc_num_dump() 4497 bc_file_printf(&vm->ferr, "%lu ", (unsigned long) n->num[i]); in bc_num_dump() 4508 bc_file_printf(&vm->ferr, "%lu", (unsigned long) div); in bc_num_dump() 4512 bc_file_printf(&vm->ferr, " ' %lu ", (unsigned long) div); in bc_num_dump() 4516 bc_file_printf(&vm->ferr, "(%zu | %zu.%zu / %zu) %lu\n", n->scale, n->len, in bc_num_dump()
|
| H A D | program.c | 2989 bc_file_printf(&vm->ferr, "%zu: %s", i, f->name); in bc_program_printStackTrace() 3046 bc_file_printf(&vm->fout, "%s", bc_program_ready_msg); in bc_program_reset() 3144 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); in bc_program_exec()
|