Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvector.h356 bc_map_name(const BcVec* restrict v, size_t idx);
/freebsd/contrib/bc/src/
H A Dvector.c481 bc_map_name(const BcVec* restrict v, size_t idx) in bc_map_name() function
H A Dprogram.c1632 const char* name = bc_map_name(&p->var_map, idx); in bc_program_pushVar()