Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/include/
H A Dvector.h316 bool bc_map_insert(BcVec *restrict v, const char *name,
/freebsd-13.1/contrib/bc/src/
H A Dvector.c371 bool bc_map_insert(BcVec *restrict v, const char *name, in bc_map_insert() function
H A Dprogram.c254 if (bc_map_insert(map, id, v->len, &i)) { in bc_program_search()
2507 new = bc_map_insert(&p->fn_map, name, p->fns.len, &idx); in bc_program_insertFunc()