Home
last modified time | relevance | path

Searched refs:LUAI_MAXVARS (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.h74 unsigned short actvar[LUAI_MAXVARS]; /* declared-variable stack */
H A Dluaconf.h475 #define LUAI_MAXVARS 200 macro
H A Dlparser.c162 luaY_checklimit(fs, fs->nactvar+n+1, LUAI_MAXVARS, "local variables"); in new_localvar()