Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstring.c114 if (iswhite(g->strcache[i][j])) /* will entry be collected? */ in luaS_clearcache()
115 g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */ in luaS_clearcache()
135 g->strcache[i][j] = g->memerrmsg; in luaS_init()
244 TString **p = G(L)->strcache[i]; in luaS_new()
H A Dlstate.h300 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member