Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dstrcache.c31 struct strcache { struct
32 struct strcache *next; /* The next block of strings. */ argument
40 static struct strcache *strcache = NULL; variable
/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.h302 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member