Searched refs:bc_program_printInst (Results 1 – 2 of 2) sorted by relevance
302 void bc_program_printInst(const BcProgram *p, const char *code,
3297 void bc_program_printInst(const BcProgram *p, const char *restrict code, in bc_program_printInst() function3342 while (ip.idx < f->code.len) bc_program_printInst(p, code, &ip.idx); in bc_program_code()