Home
last modified time | relevance | path

Searched refs:bc_program_printInst (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/bc/include/
H A Dprogram.h302 void bc_program_printInst(const BcProgram *p, const char *code,
/freebsd-13.1/contrib/bc/src/
H A Dprogram.c3297 void bc_program_printInst(const BcProgram *p, const char *restrict code, in bc_program_printInst() function
3342 while (ip.idx < f->code.len) bc_program_printInst(p, code, &ip.idx); in bc_program_code()