Home
last modified time | relevance | path

Searched refs:STRCACHE_M (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstring.c113 for (j = 0; j < STRCACHE_M; j++) { in luaS_clearcache()
134 for (j = 0; j < STRCACHE_M; j++) in luaS_init()
245 for (j = 0; j < STRCACHE_M; j++) { in luaS_new()
250 for (j = STRCACHE_M - 1; j > 0; j--) in luaS_new()
H A Dltests.h122 #define STRCACHE_M 5 macro
H A Dllimits.h238 #define STRCACHE_M 2 macro
H A Dlstate.h300 TString *strcache[STRCACHE_N][STRCACHE_M]; /* cache for strings in API */