Home
last modified time | relevance | path

Searched refs:str_map (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/src/
H A Dprogram.c227 if (bc_map_insert(&p->str_map, str, p->strs.len, &idx)) in bc_program_addString()
230 BcId* id = bc_vec_item(&p->str_map, idx); in bc_program_addString()
244 BcId* id = bc_vec_item(&p->str_map, idx); in bc_program_addString()
2864 bc_vec_free(&p->str_map); in bc_program_free()
2961 bc_map_init(&p->str_map); in bc_program_init()
/freebsd/contrib/bc/include/
H A Dprogram.h104 BcVec str_map; member