Home
last modified time | relevance | path

Searched defs:a_map_fetch (Results 1 – 1 of 1) sorted by relevance

/dports/devel/p5-autovivification/autovivification-0.18/
H A Dautovivification.xs140 static const a_op_info *a_map_fetch(const OP *o, a_op_info *oi) { in a_map_fetch() function
156 #define a_map_fetch(O) a_map_fetch((O), &a_op_map_tmp_oi) macro
162 #define a_map_fetch(O) ptable_fetch(a_op_map, (O)) macro