Home
last modified time | relevance | path

Searched defs:strcache (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dstrcache.c31 struct strcache { struct
32 struct strcache *next; /* The next block of strings. */ argument
40 static struct strcache *strcache = NULL; variable