Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Darray.c3099 fth_list_assoc_ref(FTH alist, FTH key) in fth_list_assoc_ref() function
3300 FTH_PROC("list-assoc-ref", fth_list_assoc_ref, 2, 0, 0, in init_array()
H A Dfth.h529 FTH fth_list_assoc_ref(FTH, FTH);
/dports/audio/snd/snd-21.2/
H A Dxen.h852 #define XEN_ASSOC_REF(Item, Lst) fth_list_assoc_ref(Lst, Item)
854 #define XEN_ASSOC(Item, Lst) fth_list_assoc_ref(Lst, Item) /* perhaps fth_list_assoc? */