Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dhash.c17 static List *listcache = NULL; variable
54 if (listcache != NULL) in getlist()
57 list = listcache; in getlist()
58 listcache = listcache->next; in getlist()
119 (*listp)->next = listcache;
120 listcache = *listp;