Searched refs:bc_parse_pushIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/bc/src/ |
| H A D | parse.c | 53 bc_parse_pushIndex(p, bc_program_search(p->prog, name, var)); in bc_parse_pushName() 66 bc_parse_pushIndex(p, idx); in bc_parse_update() 77 bc_parse_pushIndex(p, idx); in bc_parse_addString()
|
| H A D | bc_parse.c | 323 bc_parse_pushIndex(p, nargs); in bc_parse_args() 360 bc_parse_pushIndex(p, idx); in bc_parse_call() 928 bc_parse_pushIndex(p, *label); in bc_parse_endBody() 1084 bc_parse_pushIndex(p, idx); in bc_parse_if() 1105 bc_parse_pushIndex(p, idx); in bc_parse_else() 1147 bc_parse_pushIndex(p, idx); in bc_parse_while() 1215 bc_parse_pushIndex(p, exit_idx); in bc_parse_for() 1217 bc_parse_pushIndex(p, body_idx); in bc_parse_for() 1233 bc_parse_pushIndex(p, cond_idx); in bc_parse_for() 1282 bc_parse_pushIndex(p, i); in bc_parse_loopExit()
|
| H A D | dc_parse.c | 118 else bc_parse_pushIndex(p, SIZE_MAX); in dc_parse_cond()
|
| /freebsd-13.1/contrib/bc/include/ |
| H A D | parse.h | 118 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx))) macro
|