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