Searched refs:bc_map_insert (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dvector.h89 bool bc_map_insert(BcVec *restrict v, const char *name,
/freebsd-12-stable/contrib/bc/src/
H A Dvector.c308 bool bc_map_insert(BcVec *restrict v, const char *name, function
H A Dprogram.c165 if (bc_map_insert(map, id, v->len, &i)) {
1663 new = bc_map_insert(&p->fn_map, name, p->fns.len, &idx);

Completed in 174 milliseconds