Searched refs:alloc_assoc (Results 1 – 1 of 1) sorted by relevance
141 static assoc_t *alloc_assoc(int, const char *);595 if (($$ = alloc_assoc($1, $2)) == NULL)641 if (($$ = alloc_assoc($1, $2)) == NULL)1301 alloc_assoc(int type, const char *name) in alloc_assoc() function