Searched refs:lua (Results 1 – 25 of 90) sorted by relevance
1234
| /freebsd-13-stable/stand/lua/ |
| HD | Makefile | 4 MAN= cli.lua.8 \ 5 color.lua.8 \ 6 config.lua.8 \ 7 core.lua.8 \ 8 drawer.lua.8 \ 9 hook.lua.8 \ 10 menu.lua.8 \ 11 password.lua.8 \ 12 screen.lua.8 15 FILES= cli.lua \ [all …]
|
| /freebsd-13-stable/contrib/libucl/ |
| HD | CMakeLists.txt | 19 OPTION(ENABLE_LUA "Enable lua support [default: OFF]" OFF) 23 # Find lua installation 25 # Find lua libraries 45 "include/lua${LUA_VERSION_MAJOR}${LUA_VERSION_MINOR}" 46 "include/lua${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}" 47 "include/lua-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}" 48 include/lua include 67 MESSAGE(STATUS "Fallback from luajit to plain lua") 69 MESSAGE(STATUS "Check for lua ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}") 70 FIND_PATH(LUA_INCLUDE_DIR lua.h [all …]
|
| HD | configure.ac | 63 AC_ARG_ENABLE([lua], AS_HELP_STRING([--enable-lua], optenable 64 [Enable lua API build (requires lua libraries and headers) @<:@default=no@:>@]), [], 112 AC_DEFINE(HAVE_LUA, 1, [Define to 1 for lua support.]) 114 ], [AC_MSG_ERROR([unable to find the lua libraries]) 116 ], [AC_MSG_ERROR([unable to find the lua header files]) 118 ], [AC_MSG_ERROR([unable to find the lua interpreter])]) 181 lua/Makefile 185 lua/libucl.rockspec \
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | Makefile | 40 LUA_T= lua 41 LUA_O= lua.o 70 ./lua -v 132 "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe 156 lapi.o: lapi.c lprefix.h lua.h luaconf.h lapi.h llimits.h lstate.h \ 159 lauxlib.o: lauxlib.c lprefix.h lua.h luaconf.h lauxlib.h 160 lbaselib.o: lbaselib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h 161 lcode.o: lcode.c lprefix.h lua.h luaconf.h lcode.h llex.h lobject.h \ 164 lcorolib.o: lcorolib.c lprefix.h lua.h luaconf.h lauxlib.h lualib.h 165 lctype.o: lctype.c lprefix.h lctype.h lua.h luaconf.h llimits.h [all …]
|
| HD | luaconf.h.dist | 4 ** See Copyright Notice in lua.h 195 #define LUA_LDIR "!\\lua\\" 197 #define LUA_SHRDIR "!\\..\\share\\lua\\" LUA_VDIR "\\" 201 LUA_LDIR"?.lua;" LUA_LDIR"?\\init.lua;" \ 202 LUA_CDIR"?.lua;" LUA_CDIR"?\\init.lua;" \ 203 LUA_SHRDIR"?.lua;" LUA_SHRDIR"?\\init.lua;" \ 204 ".\\?.lua;" ".\\?\\init.lua" 210 LUA_CDIR"..\\lib\\lua\\" LUA_VDIR "\\?.dll;" \ 217 #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/" 218 #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/" [all …]
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | lua | 3 # $File: lua,v 1.8 2020/10/08 23:23:56 christos Exp $ 4 # lua: file(1) magic for Lua scripting language 5 # URL: https://www.lua.org/ 9 0 search/1/w #!\ /usr/bin/lua Lua script text executable 10 !:mime text/x-lua 11 0 search/1/w #!\ /usr/local/bin/lua Lua script text executable 12 !:mime text/x-lua 13 0 search/1 #!/usr/bin/env\ lua Lua script text executable 14 !:mime text/x-lua 15 0 search/1 #!\ /usr/bin/env\ lua Lua script text executable [all …]
|
| /freebsd-13-stable/contrib/libucl/doc/ |
| HD | lua_api.md | 3 This lua module allows to parse objects from strings and to store data into 8 ~~~lua 66 This is a `C` function to push `UCL` object as lua variable. This function 67 converts `obj` to lua representation using the following conversions: 69 - *scalar* values are directly presented by lua objects 70 - *userdata* values are converted to lua function objects using `LUA_REGISTRYINDEX`, 71 this can be used to pass functions from lua to c and vice-versa 72 - *arrays* are converted to lua tables with numeric indices suitable for `ipairs` iterations 73 - *objects* are converted to lua tables with string indices 77 - `L {lua_State}`: lua state pointer [all …]
|
| /freebsd-13-stable/tools/pkgbase/ |
| HD | README.md | 1 `metalog_reader.lua` is a script that reads METALOG file created by pkgbase 10 metalog_reader.lua [-h] [-a | -c | -p [-count] [-size] [-f...]] [-W...] [-v] metalog-path 33 * `metalog_reader.lua -a METALOG` 35 * `metalog_reader.lua -c METALOG` 37 * `metalog_reader.lua -c -Wcheck-notagdir METALOG` 40 * `metalog_reader.lua -p METALOG` 42 * `metalog_reader.lua -p -count -size METALOG` 45 * `metalog_reader.lua -p -size -fsetid METALOG` 48 * `metalog_reader.lua -p -fsetuid -fsetgid METALOG` 51 * `metalog_reader.lua -p -count -size -fsetuid METALOG`
|
| /freebsd-13-stable/contrib/lua/ |
| HD | Makefile | 18 INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V 19 INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V 42 TO_BIN= lua luac 43 TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp 45 TO_MAN= lua.1 luac.1
|
| /freebsd-13-stable/libexec/flua/ |
| HD | Makefile | 2 .include <src.lua.mk> 4 LUASRC?= ${SRCTOP}/contrib/lua/src 13 LIBADD= lua 16 SRCS+= lua.c 36 .PATH: ${UCLSRC}/lua
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| HD | 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
|
| HD | Makefile.am | 35 tst.lib_base.lua \ 36 tst.lib_coroutine.lua \ 37 tst.lib_strings.lua \ 38 tst.lib_table.lua \
|
| /freebsd-13-stable/contrib/llvm-project/lldb/bindings/lua/ |
| HD | lua.swig | 12 %include "lua-typemaps.swig" 19 #include "../bindings/lua/lua-swigsafecast.swig" 30 %include "lua-wrapper.swig"
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/ |
| HD | Makefile.am | 2 lua.h \ 8 libzfsdir = $(includedir)/libzfs/sys/lua 14 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/lua
|
| /freebsd-13-stable/lib/libifconfig/ |
| HD | Makefile | 30 .include <src.lua.mk> 33 .tpl.c.c .tpl.h.h: sfp.lua 34 ${LUA} ${.CURDIR}/sfp.lua ${.IMPSRC} >${.TARGET}
|
| /freebsd-13-stable/contrib/libucl/m4/ |
| HD | ax_lua.m4 | 32 # 2) AX_LUA_HEADERS now checks that the version number defined in lua.h 36 # 3) The configure flag --with-lua-suffix no longer exists; the user 77 # luadir Default: $prefix/share/lua/$LUA_VERSION 78 # luaexecdir Default: $exec_prefix/lib/lua/$LUA_VERSION 99 # This macro searches for the header lua.h (and others). The search is 107 # * /usr/include/lua/X.Y 110 # * /usr/local/include/lua-X.Y 111 # * /usr/local/include/lua/X.Y 201 [lua lua5.3 lua53 lua5.2 lua52 lua5.1 lua51 lua50]) 207 ax_display_LUA='lua' [all …]
|
| /freebsd-13-stable/contrib/lutok/m4/ |
| HD | lua.m4 | 39 PKG_CHECK_MODULES([LUA], [lua${lua_release} >= ${lua_release}], 43 PKG_CHECK_MODULES([LUA], [lua-${lua_release} >= ${lua_release}], 47 PKG_CHECK_MODULES([LUA], [lua >= ${lua_release}], 55 AC_PATH_PROGS([LUA_CONFIG], [lua-config], [unset]) 64 AC_MSG_ERROR([lua (5.1 or newer) is required])
|
| /freebsd-13-stable/lib/flua/libjail/ |
| HD | Makefile | 8 -I${SRCTOP}/contrib/lua/src \ 13 MAN= jail.3lua
|
| /freebsd-13-stable/share/mk/ |
| HD | src.lua.mk | 7 .if !target(__<src.lua.mk>__) 8 __<src.lua.mk>__:
|
| /freebsd-13-stable/lib/liblutok/ |
| HD | Makefile | 5 LIBADD= lua 17 -I${SRCTOP}/contrib/lua/src
|
| /freebsd-13-stable/sys/conf/ |
| HD | sysent.mk | 6 .include <src.lua.mk> 32 MAKESYSCALLS_SCRIPT?= ${SYSDIR}/tools/makesyscalls.lua
|
| /freebsd-13-stable/lib/liblua/ |
| HD | Makefile | 2 LUASRC?= ${SRCTOP}/contrib/lua/src 5 LIB= lua
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBWatchpoint.h | 19 namespace lua { 92 friend class lldb_private::lua::SWIGBridge;
|
| HD | SBBreakpointLocation.h | 19 namespace lua { 104 friend class lldb_private::lua::SWIGBridge;
|
| HD | SBStructuredData.h | 20 namespace lua { 124 friend class lldb_private::lua::SWIGBridge;
|
1234