Searched refs:LUA_ENV (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c431 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field";
H A Dllex.c168 ls->envn = luaS_new(L, LUA_ENV); /* create env name */
H A Dluaconf.h134 @@ LUA_ENV is the name of the variable that holds the current
138 #define LUA_ENV "_ENV" macro
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.c457 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field";
H A Dllex.c72 TString *e = luaS_newliteral(L, LUA_ENV); /* create env name */
173 ls->envn = luaS_newliteral(L, LUA_ENV); /* get env name */
H A Dllex.h17 #if !defined(LUA_ENV)
18 #define LUA_ENV "_ENV" macro

Completed in 296 milliseconds