Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvector.h333 bc_map_insert(BcVec* restrict v, const char* name, size_t idx,
/freebsd/contrib/bc/src/
H A Dparse.c116 if (bc_map_insert(&prog->const_map, string, prog->consts.len, &idx)) in bc_parse_addNum()
H A Dvector.c434 bc_map_insert(BcVec* restrict v, const char* name, size_t idx, in bc_map_insert() function
H A Dprogram.c227 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()