Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/src/
H A Dhash.c23 static List *listcache = NULL; variable
61 if (listcache != NULL) in getlist()
64 list = listcache; in getlist()
65 listcache = listcache->next; in getlist()
133 tmp->next = listcache; in dellist()
134 listcache = tmp; in dellist()