| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 166 lua_newtable(lua); in redisProtocolToLuaType_Status() 176 lua_newtable(lua); in redisProtocolToLuaType_Error() 194 lua_newtable(lua); in redisProtocolToLuaType_MultiBulk() 217 lua_newtable(lua); in luaPushError() 221 if(lua_getstack(lua, 1, &dbg) && lua_getinfo(lua, "nSl", &dbg)) { in luaPushError() 339 lua_pop(lua,1); in luaReplyToRedisReply() 693 if (lua_gettop(lua) != 1 || lua_type(lua,-1) != LUA_TSTRING) { in luaRedisReturnSingleFieldTable() 1087 server.lua = lua; in scriptingInit() 1238 UNUSED(lua); in luaMaskCountHook() 1261 lua_State *lua = server.lua; in evalGenericCommand() local [all …]
|
| H A D | Makefile | 28 DEPENDENCY_TARGETS=hiredis linenoise lua 139 FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src 237 $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a $(FINAL_LIBS)
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | README | 9 echo.lua echo command line arguments 11 factorial.lua factorial without recursion 12 fib.lua fibonacci function with cache 14 globals.lua report global variable usage 15 hello.lua the first program in every language 16 life.lua Conway's Game of Life 17 luac.lua bare-bones luac 18 printf.lua an implementation of printf 19 readonly.lua make global variables readonly 23 trace-calls.lua trace calls [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | Makefile | 33 LUA_T= lua 34 LUA_O= lua.o 127 lauxlib.o: lauxlib.c lua.h luaconf.h lauxlib.h 132 ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h 145 linit.o: linit.c lua.h luaconf.h lualib.h lauxlib.h 146 liolib.o: liolib.c lua.h luaconf.h lauxlib.h lualib.h 152 loadlib.o: loadlib.c lua.h luaconf.h lauxlib.h lualib.h 156 loslib.o: loslib.c lua.h luaconf.h lauxlib.h lualib.h 164 lstrlib.o: lstrlib.c lua.h luaconf.h lauxlib.h lualib.h 167 ltablib.o: ltablib.c lua.h luaconf.h lauxlib.h lualib.h [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | luavs.bat | 3 @rem It creates lua51.dll, lua51.lib, lua.exe, and luac.exe in src. 13 del lua.obj luac.obj 17 %MYCOMPILE% /DLUA_BUILD_AS_DLL lua.c 18 %MYLINK% /out:lua.exe lua.obj lua51.lib 19 if exist lua.exe.manifest^ 20 %MYMT% -manifest lua.exe.manifest -outputresource:lua.exe 22 del lua.obj linit.obj lbaselib.obj ldblib.obj liolib.obj lmathlib.obj^
|
| H A D | Makefile | 26 $(CC) noparser.o $(SRC)/lua.o -L$(LIB) -llua $(MYLIBS) 27 $(BIN)/luac $(TST)/hello.lua 33 ./a.out $(TST)/hello.lua 36 -$(BIN)/lua -e 'print(a);b=2' 37 -$(BIN)/lua -lstrict -e 'print(a)' 38 -$(BIN)/lua -e 'function f() b=2 end f()' 39 -$(BIN)/lua -lstrict -e 'function f() b=2 end f()'
|
| H A D | lua.pc | 1 # lua.pc -- pkg-config data for Lua 16 INSTALL_LMOD= ${prefix}/share/lua/${V} 17 INSTALL_CMOD= ${prefix}/lib/lua/${V} 31 # (end of lua.pc)
|
| H A D | README | 11 lua.hpp 14 lua.ico 18 lua.pc 34 strict.lua
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | Makefile | 20 INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V 21 INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V 44 TO_BIN= lua luac 45 TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp 47 TO_MAN= lua.1 luac.1 59 src/lua test/hello.lua
|
| H A D | README | 12 For complete information, visit Lua's web site at http://www.lua.org/ . 13 For an executive summary, see http://www.lua.org/about.html . 16 For a short list, see http://www.lua.org/uses.html . 21 See COPYRIGHT and http://www.lua.org/license.html for details. 22 Lua can be downloaded at http://www.lua.org/download.html . 35 For more information about the authors, see http://www.lua.org/authors.html .
|
| H A D | INSTALL | 36 bin: lua luac 37 include: lua.h luaconf.h lualib.h lauxlib.h lua.hpp 39 man/man1: lua.1 luac.1 43 There are man pages for lua and luac, in both nroff and html, and a 83 interpreter: library, lua.c
|
| H A D | HISTORY | 25 + standard distribution in only one library (lualib.a merged into lua.a) 64 + lua.c now runs the environment variable LUA_INIT, if present. It can 66 + support for user extensions in lua.c.
|
| H A D | COPYRIGHT | 8 For details and rationale, see http://www.lua.org/license.html .
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.libraries.ksh | 25 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.lib_base.lua 26 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.lib_coroutine.lua 28 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.lib_strings.lua 29 log_must_program -m 40000000 $TESTPOOL $ZCP_ROOT/lua_core/tst.lib_table.lua
|
| H A D | Makefile.am | 35 tst.lib_base.lua \ 36 tst.lib_coroutine.lua \ 37 tst.lib_strings.lua \ 38 tst.lib_table.lua \
|
| /f-stack/app/redis-5.0.5/ |
| H A D | .gitignore | 24 deps/lua/src/lua 25 deps/lua/src/luac 26 deps/lua/src/liblua.a
|
| H A D | redis.conf | 824 lua-time-limit 5000
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | Makefile.am | 2 lua.h \ 8 libzfsdir = $(includedir)/libzfs/sys/lua 14 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/lua
|
| /f-stack/app/redis-5.0.5/deps/ |
| H A D | Makefile | 38 -(cd lua && $(MAKE) clean) > /dev/null || true 69 lua: .make-prerequisites target 71 cd lua/src && $(MAKE) all CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" AR="$(AR) $(ARFLAGS)" 73 .PHONY: lua
|
| /f-stack/freebsd/contrib/openzfs/contrib/zcp/ |
| H A D | Makefile.am | 1 EXTRA_DIST = autosnap.lua
|
| /f-stack/freebsd/contrib/openzfs/module/ |
| H A D | Kbuild.in | 7 ZFS_MODULES += lua/
|
| H A D | Makefile.in | 5 SUBDIR_TARGETS = icp lua zstd
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | Makefile.am | 52 export KMOD_ZLUA=@abs_top_builddir@/module/lua/zlua.ko
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | Makefile.am | 1 SUBDIRS = fm fs crypto lua sysevent zstd subdir
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | tunables.cfg | 38 LUA_MAX_MEMLIMIT lua.max_memlimit zfs_lua_max_memlimit
|