Home
last modified time | relevance | path

Searched refs:bc_program_call (Results 1 – 3 of 3) sorted by relevance

/external/bc/src/
Dprogram.c1773 bc_program_call(BcProgram* p, const char* restrict code, size_t* restrict bgn) in bc_program_call() function
3145 bc_program_call(p, code, &ip->idx); in bc_program_exec()
/external/toybox/toys/pending/
Dbc.c5142 static BcStatus bc_program_call(BcProgram *p, char *code, in bc_program_call() function
5448 s = bc_program_call(p, code, &ip->idx); in bc_program_exec()
/external/bc/manuals/
Ddevelopment.md2156 themselves are used. See the comment in `bc_program_call()` about the last