Home
last modified time | relevance | path

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

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