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