Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllex.h23 #if !defined(LUA_ENV)
24 #define LUA_ENV "_ENV" macro
H 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()
H A Dldebug.c522 return (name && strcmp(name, LUA_ENV) == 0) ? "global" : "field"; in gxf()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h135 #define LUA_ENV "_ENV" macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.c166 ls->envn = luaS_new(L, LUA_ENV); /* create env name */ in luaX_setinput()
H A Dldebug.c430 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field"; in getobjname()