Searched refs:strcache (Results 1 – 2 of 2) sorted by relevance
107 if (iswhite(g->strcache[i][j])) /* will entry be collected? */ in luaS_clearcache()108 g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */ in luaS_clearcache()125 g->strcache[i][j] = g->memerrmsg; in luaS_init()222 TString **p = G(L)->strcache[i]; in luaS_new()
171 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member