Home
last modified time | relevance | path

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

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