Searched refs:bc_program_pushVar (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bc/include/ |
H A D | program.h | 234 #define bc_program_pushVar(p, code, bgn, pop, copy) \ macro 241 #define bc_program_pushVar(p, code, bgn, pop, copy) \ macro
|
/freebsd/contrib/bc/src/ |
H A D | program.c | 1592 bc_program_pushVar(BcProgram* p, const char* restrict code, in bc_program_pushVar() function 3292 bc_program_pushVar(p, code, &ip->idx, false, false); in bc_program_exec() 3653 bc_program_pushVar(p, code, &ip->idx, true, copy); in bc_program_exec()
|