Home
last modified time | relevance | path

Searched refs:fth_array_assoc_remove (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Darray.c2038 fth_array_assoc_remove(FTH assoc, FTH key) in fth_array_assoc_remove() function
3163 return (fth_array_assoc_remove(alist, key)); in fth_list_assoc_remove()
3253 FTH_PROC("array-assoc-remove!", fth_array_assoc_remove, 2, 0, 0, h_aar); in init_array()
H A Dfth.h511 FTH fth_array_assoc_remove(FTH, FTH);