Home
last modified time | relevance | path

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

/dports/www/rssroll/libcez-1.05/src/prayer/
H A Dassoc.c257 void *assoc_lookup(struct assoc *h, char *key) in assoc_lookup() function
/dports/japanese/gawk/gawk-3.0.6/
H A Darray.c279 assoc_lookup(symbol, subs) in assoc_lookup() function
/dports/lang/gawk/gawk-5.1.1/
H A Dawk.h1395 #define assoc_lookup(a, s) ((a)->alookup(a, s)) macro