Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dllex.h23 #if !defined(LUA_ENV)
24 #define LUA_ENV "_ENV" macro
A Dllex.c72 TString *e = luaS_newliteral(L, LUA_ENV); /* create env name */ in luaX_init()
178 ls->envn = luaS_newliteral(L, LUA_ENV); /* get env name */ in luaX_setinput()
A Dldebug.c521 return (name && strcmp(name, LUA_ENV) == 0) ? "global" : "field"; in gxf()

Completed in 6 milliseconds