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

/freebsd-13-stable/contrib/bc/include/
H A Dparse.h63 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx)))
H A Dvector.h73 void bc_vec_pushIndex(BcVec *restrict v, size_t idx);
/freebsd-13-stable/contrib/bc/src/
H A Dvector.c153 void bc_vec_pushIndex(BcVec *restrict v, size_t idx) { function
H A Dprogram.c824 bc_vec_pushIndex(rv, ptr->d.loc.loc);
825 bc_vec_pushIndex(rv, parent->len - !last - 1);

Completed in 104 milliseconds