Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/include/
H A Dparse.h118 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx)))
H A Dvector.h225 void bc_vec_pushIndex(BcVec *restrict v, size_t idx);
/freebsd-13.1/contrib/bc/src/
H A Dvector.c201 void bc_vec_pushIndex(BcVec *restrict v, size_t idx) { in bc_vec_pushIndex() function
H A Dprogram.c1216 bc_vec_pushIndex(rv, ptr->d.loc.loc); in bc_program_copyToVar()
1217 bc_vec_pushIndex(rv, parent->len - !last - 1); in bc_program_copyToVar()