Searched refs:bc_program_call (Results 1 – 3 of 3) sorted by relevance
1773 bc_program_call(BcProgram* p, const char* restrict code, size_t* restrict bgn) in bc_program_call() function3145 bc_program_call(p, code, &ip->idx); in bc_program_exec()
5142 static BcStatus bc_program_call(BcProgram *p, char *code, in bc_program_call() function5448 s = bc_program_call(p, code, &ip->idx); in bc_program_exec()
2156 themselves are used. See the comment in `bc_program_call()` about the last