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

/freebsd-11-stable/contrib/lua/src/
H A Dlstring.c107 if (iswhite(g->strcache[i][j])) /* will entry be collected? */
108 g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */
125 g->strcache[i][j] = g->memerrmsg;
222 TString **p = G(L)->strcache[i];
H A Dlstate.h171 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */ member in struct:global_State

Completed in 97 milliseconds