Home
last modified time | relevance | path

Searched refs:loadlib (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/lang/parrot/parrot-8.1.0/t/dynpmc/
H A Ddynlexpad.t49 my $loadlib = <<'EOC';
63 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "store_lex" );
85 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "check :outer" );
115 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "tcl-ish upvar" );
160 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "check that dynlexpad honors hll" );
187 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "dynlexpad - lexpad interop" );
216 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "dynlexpad count" );
236 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "dynlexpad destroy" );
262 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "dynlexpad exists" );
288 pir_output_is( $loadlib . << 'CODE', << 'OUTPUT', "dynlexpad - iterator" );
/dports/math/plplot-ada/plplot-5.15.0/examples/lua/
H A Dplplot_examples.lua.in4 changing "Lua 5.0" to Lua 5.2 and converting all loadlib calls to
5 package.loadlib. That test was a success (as was a test for the
14loadlib('@lua_lib_location@/@WRITEABLE_TARGET@plplotluac.so','luaopen_@WRITEABLE_TARGET@plplotluac…
15loadlib('@lua_lib_location@/@WRITEABLE_TARGET@plplotluac.dll','luaopen_@WRITEABLE_TARGET@plplotlua…
16loadlib('@lua_lib_location@/@WRITEABLE_TARGET@plplotluac.dylib','luaopen_@WRITEABLE_TARGET@plplotl…
/dports/math/plplot/plplot-5.15.0/examples/lua/
H A Dplplot_examples.lua.in4 changing "Lua 5.0" to Lua 5.2 and converting all loadlib calls to
5 package.loadlib. That test was a success (as was a test for the
14loadlib('@lua_lib_location@/@WRITEABLE_TARGET@plplotluac.so','luaopen_@WRITEABLE_TARGET@plplotluac…
15loadlib('@lua_lib_location@/@WRITEABLE_TARGET@plplotluac.dll','luaopen_@WRITEABLE_TARGET@plplotlua…
16loadlib('@lua_lib_location@/@WRITEABLE_TARGET@plplotluac.dylib','luaopen_@WRITEABLE_TARGET@plplotl…
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwLoad.c68 goto loadlib; in _dxfHWload()
76 goto loadlib; in _dxfHWload()
83 goto loadlib; in _dxfHWload()
89 loadlib: in _dxfHWload()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwLoad.c102 goto loadlib; in _dxfHWload()
112 goto loadlib; in _dxfHWload()
120 goto loadlib; in _dxfHWload()
126 loadlib: in _dxfHWload()
/dports/archivers/unzip/unzip60/cmsmvs/
H A Dzipinfo.exec43 loadlib ='EDCLINK' /* C/370 runtime */
44 loadlib ='SCEERUN' /* LE runtime */
60 Do xx=1 to Words(loadlib)
61 If Find(loadliblist,word(loadlib,xx)) = 0 ,
62 then loadliblist = loadliblist word(loadlib,xx)
H A Dunzip.exec43 loadlib ='EDCLINK' /* C/370 runtime */
44 loadlib ='SCEERUN' /* LE runtime */
60 Do xx=1 to Words(loadlib)
61 If Find(loadliblist,word(loadlib,xx)) = 0 ,
62 then loadliblist = loadliblist word(loadlib,xx)
/dports/archivers/zip/zip30/cmsmvs/
H A Dzip.exec43 loadlib ='EDCLINK' /* C/370 runtime */
44 loadlib ='SCEERUN' /* LE runtime */
60 Do xx=1 to Words(loadlib)
61 If Find(loadliblist,word(loadlib,xx)) = 0 ,
62 then loadliblist = loadliblist word(loadlib,xx)
H A Dzipcloak.exec43 loadlib ='EDCLINK' /* C/370 runtime */
44 loadlib ='SCEERUN' /* LE runtime */
60 Do xx=1 to Words(loadlib)
61 If Find(loadliblist,word(loadlib,xx)) = 0 ,
62 then loadliblist = loadliblist word(loadlib,xx)
H A Dzipnote.exec43 loadlib ='EDCLINK' /* C/370 runtime */
44 loadlib ='SCEERUN' /* LE runtime */
60 Do xx=1 to Words(loadlib)
61 If Find(loadliblist,word(loadlib,xx)) = 0 ,
62 then loadliblist = loadliblist word(loadlib,xx)
H A Dzipsplit.exec43 loadlib ='EDCLINK' /* C/370 runtime */
44 loadlib ='SCEERUN' /* LE runtime */
60 Do xx=1 to Words(loadlib)
61 If Find(loadliblist,word(loadlib,xx)) = 0 ,
62 then loadliblist = loadliblist word(loadlib,xx)
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dloadlib.cpp48 static int loadlib(lua_State *L) in loadlib() function
106 static int loadlib(lua_State *L) in loadlib() function
166 static int loadlib(lua_State *L) in loadlib() function
177 lua_register(L,"loadlib",loadlib); in luaopen_loadlib()
/dports/lang/tolua++/tolua++-1.0.93/src/tests/
H A Dtclass.lua2 local loadlib
4 loadlib = _G['loadlib']
6 loadlib = package.loadlib
8 f, e, eo = loadlib("./libtclass.so", "luaopen_tclass")
/dports/sysutils/conky-awesome/conky-1.12.2/3rdparty/toluapp/src/tests/
H A Dtclass.lua2 local loadlib
4 loadlib = _G['loadlib']
6 loadlib = package.loadlib
8 f, e, eo = loadlib("./libtclass.so", "luaopen_tclass")
/dports/sysutils/conky/conky-1.12.2/3rdparty/toluapp/src/tests/
H A Dtclass.lua2 local loadlib
4 loadlib = _G['loadlib']
6 loadlib = package.loadlib
8 f, e, eo = loadlib("./libtclass.so", "luaopen_tclass")
/dports/devel/efl/efl-1.25.1/src/scripts/elua/core/
H A Dmodule.lua24 local loadlib = package.loadlib
29 local f, err = loadlib(soname, "luaopen_" .. (modname:gsub("%.", "_")))
121 M.loadlib = package.loadlib
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A Dpcre.pir47 .loadlib 'sys_ops'
64 loadlib libpcre, 'libpcre'
68 loadlib libpcre, 'libpcre.so'
72 loadlib libpcre, 'libpcre.so.3'
77 loadlib libpcre, 'libpcre.so.0'
82 loadlib libpcre, 'libpcre.so.1'
91 loadlib libpcre, 'pcre'
95 loadlib libpcre, 'pcre3'
98 loadlib libpcre, 'libpcre-0' # pcre 8.10 and maybe others
104 loadlib libpcre, 'cygpcre-1'
[all …]
/dports/devel/p5-DynaLoader-Functions/DynaLoader-Functions-0.003/lib/DynaLoader/
H A DFunctions.pm116 my $loadlib = DynaLoader::dl_findfile(
131 $loadlib = uc($loadlib);
133 return $loadlib;
/dports/databases/rrdtool/rrdtool-1.7.2/bindings/lua/compat-5.1r5/
H A Dcompat-5.1.lua37 …, getfenv, ipairs, loadfile, loadlib, pairs, setfenv, setmetatable, type = assert, error, getfenv,…
150 local f, err = loadlib (filename, funcname)
153 f, err = loadlib (filename, funcname)
172 local f, err, where = loadlib (filename, funcname)
/dports/devel/swig/swig-4.0.2/Examples/lua/functor/
H A Drunme.lua5 lib=loadlib('example.dll','luaopen_example') or loadlib('example.so','luaopen_example')
/dports/devel/swig/swig-4.0.2/Examples/lua/simple/
H A Drunme.lua4 lib=loadlib('example.dll','luaopen_example') or loadlib('example.so','luaopen_example')
/dports/devel/swig/swig-4.0.2/Examples/test-suite/lua/
H A Dimport.lua13 local lib=loadlib(name..'.dll','luaopen_'..name) or loadlib(name..'.so','luaopen_'..name)
/dports/devel/swig/swig-4.0.2/Examples/lua/functest/
H A Drunme.lua4 lib=loadlib('example.dll','luaopen_example') or loadlib('example.so','luaopen_example')
/dports/devel/luabind/luabind-0.9.1/examples/hello_world/
H A DREADME2 loadlib() from within the lua interpreter to load the library, it will
5 > loadlib('hello_world.dll', 'init')()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/examples/hello_world/
H A DREADME2 loadlib() from within the lua interpreter to load the library, it will
5 > loadlib('hello_world.dll', 'init')()

12345678910>>...24