Home
last modified time | relevance | path

Searched refs:bc_parse_pushIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/src/
H A Dparse.c57 bc_parse_pushIndex(p, bc_program_search(p->prog, name, var)); in bc_parse_pushName()
71 bc_parse_pushIndex(p, idx); in bc_parse_pushInstIdx()
H A Dbc_parse.c351 bc_parse_pushIndex(p, nargs); in bc_parse_args()
389 bc_parse_pushIndex(p, idx); in bc_parse_call()
996 bc_parse_pushIndex(p, *label); in bc_parse_endBody()
1161 bc_parse_pushIndex(p, idx); in bc_parse_if()
1182 bc_parse_pushIndex(p, idx); in bc_parse_else()
1223 bc_parse_pushIndex(p, idx); in bc_parse_while()
1290 bc_parse_pushIndex(p, exit_idx); in bc_parse_for()
1292 bc_parse_pushIndex(p, body_idx); in bc_parse_for()
1306 bc_parse_pushIndex(p, cond_idx); in bc_parse_for()
1360 bc_parse_pushIndex(p, i); in bc_parse_loopExit()
H A Ddc_parse.c125 else bc_parse_pushIndex(p, SIZE_MAX); in dc_parse_cond()
/freebsd/contrib/bc/include/
H A Dparse.h105 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx))) macro