Searched refs:listcache (Results 1 – 1 of 1) sorted by relevance
21 static List *listcache = NULL; variable59 if (listcache != NULL) in getlist()62 list = listcache; in getlist()63 listcache = listcache->next; in getlist()131 tmp->next = listcache; in dellist()132 listcache = tmp; in dellist()