Home
last modified time | relevance | path

Searched defs:_ENV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lyaml/build-aux/
H A Dluke11 local _ENV=require'std.normalize'{}local function fatal(...)local msg=(...)if select('#',...)>1 then function
19 local _ENV=require'std.normalize'{'luke._base','luke.lukefile','luke.platforms','std.functional',}l… function
85 local _ENV=require'std.normalize'{'luke._base','luke.environment','std.functional','type.context-ma… function
115 local _ENV=require'std.normalize'{'luke._base','luke.compile','luke.environment','std.functional','… function
255 local _ENV=require'std.normalize'{'luke.platforms','std.functional',LUAVERSION=string.gsub(_VERSION… function
272 local _ENV=require'std.normalize'{'luke.cli','luke.compile','luke.configure','luke.environment','lu… function
293 local _ENV=require'std.normalize'{'luke._base','luke.configure','luke.environment','luke.platforms'… function
357 local _ENV=require'std.normalize'{'std.functional',}local CANON={['AIX']=list('aix','unix'),['FreeB… function
375 local _ENV=require'std.normalize'{destructure=next,isfile=function(x)return io.type(x)=='file'end,w… function
631 local _ENV=require'std.normalize'{'std.functional',}local contextmanager_mt={__index=function(self,… function
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua345 _ENV = setmetatable({}, {__index=function (_,k) return _g[k] end}) function