HomeSort by: relevance | last modified time | path
    Searched refs:listcache (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
hash.c 23 static List *listcache = NULL; variable
61 if (listcache != NULL)
64 list = listcache;
65 listcache = listcache->next;
133 tmp->next = listcache;
134 listcache = tmp;

Completed in 23 milliseconds