Searched refs:listcache (Results 1 – 1 of 1) sorted by relevance
17 static List *listcache = NULL; variable54 if (listcache != NULL) in getlist()57 list = listcache; in getlist()58 listcache = listcache->next; in getlist()119 (*listp)->next = listcache;120 listcache = *listp;