Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dparse.h105 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx)))
H A Dvector.h232 bc_vec_pushIndex(BcVec* restrict v, size_t idx);
/freebsd/contrib/bc/src/
H A Dvector.c238 bc_vec_pushIndex(BcVec* restrict v, size_t idx) in bc_vec_pushIndex() function
H A Dprogram.c1316 bc_vec_pushIndex(rv, ptr->d.loc.loc); in bc_program_copyToVar()
1317 bc_vec_pushIndex(rv, ptr->d.loc.stack_idx); in bc_program_copyToVar()