Home
last modified time | relevance | path

Searched refs:bc_inst_names (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/include/
H A Dlang.h709 extern const char* bc_inst_names[];
H A Dprogram.h479 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); \
/freebsd/contrib/bc/src/
H A Ddata.c689 const char* bc_inst_names[] = { variable
H A Dprogram.c3105 bc_file_printf(&vm->ferr, "inst: %s\n", bc_inst_names[inst]); in bc_program_exec()
3799 bc_vm_printf("Inst[%zu]: %s [%lu]; ", *bgn - 1, bc_inst_names[inst], in bc_program_printInst()