Searched refs:bc_map_insert (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bc/include/ |
H A D | vector.h | 333 bc_map_insert(BcVec* restrict v, const char* name, size_t idx,
|
/freebsd/contrib/bc/src/ |
H A D | parse.c | 116 if (bc_map_insert(&prog->const_map, string, prog->consts.len, &idx)) in bc_parse_addNum()
|
H A D | vector.c | 434 bc_map_insert(BcVec* restrict v, const char* name, size_t idx, in bc_map_insert() function
|
H A D | program.c | 227 if (bc_map_insert(&p->str_map, str, p->strs.len, &idx)) in bc_program_addString() 268 if (bc_map_insert(map, name, v->len, &i)) in bc_program_search() 2811 new = bc_map_insert(&p->fn_map, name, p->fns.len, &idx); in bc_program_insertFunc()
|