Searched refs:bc_map_insert (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/bc/include/ |
| H A D | vector.h | 316 bool bc_map_insert(BcVec *restrict v, const char *name,
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | vector.c | 371 bool bc_map_insert(BcVec *restrict v, const char *name, in bc_map_insert() function
|
| H A D | program.c | 254 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()
|