Home
last modified time | relevance | path

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

/src/contrib/bc/include/
H A Dvector.h345 bc_map_index(const BcVec* restrict v, const char* name);
/src/contrib/bc/src/
H A Dvector.c461 bc_map_index(const BcVec* restrict v, const char* name) in bc_map_index() function
H A Dbc_parse.c373 idx = bc_map_index(&p->prog->fn_map, name); in bc_parse_call()