Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dluaconf.h136 #define LUA_ENV "_ENV" macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.c167 ls->envn = luaS_new(L, LUA_ENV); /* create env name */ in luaX_setinput()
H A Dldebug.c431 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field"; in getobjname()