| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 23 This README describes the Lua interpreter source code that lives in the ZFS 28 For a description of the Lua language and features exposed by ZFS channel 36 complicated logic, so updates to the Lua runtime from upstream are viewed as 38 such, the Lua runtime in ZFS should be updated on an as-needed basis for 42 Modifications to Lua 52 2. Some of the Lua standard libraries do file I/O or spawn processes, but 56 version of Lua runs inside the kernel we must handle these failures and 57 return meaningful error codes to userland. We have customized the Lua 75 How to use this Lua interpreter 78 From the above, it should be clear that this is not a general-purpose Lua [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | lua | 4 # lua: file(1) magic for Lua scripting language 8 # Lua scripts 9 0 search/1/w #!\ /usr/bin/lua Lua script text executable 11 0 search/1/w #!\ /usr/local/bin/lua Lua script text executable 13 0 search/1 #!/usr/bin/env\ lua Lua script text executable 15 0 search/1 #!\ /usr/bin/env\ lua Lua script text executable 18 # Lua bytecode 19 0 string \033Lua Lua bytecode,
|
| /freebsd-13.1/contrib/libucl/m4/ |
| H A D | ax_lua.m4 | 18 # Also detect Lua headers and libraries. The Lua version contained in the 47 # AX_PROG_LUA: Search for the Lua interpreter, and set up important Lua 117 # the Lua interpreter's version number. Lua headers with mismatched 199 dnl Find a Lua interpreter. 215 AC_MSG_ERROR([not a Lua interpreter]) 221 [ dnl Check if this is a Lua interpreter. 226 AC_MSG_ERROR([not a Lua interpreter]) 263 [ dnl Query Lua for its version number. 280 dnl which OS platform Lua thinks this is. 496 AC_MSG_CHECKING([for Lua headers in]) [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 57 Lua::Lua() : m_lua_state(luaL_newstate()) { in Lua() function in Lua 65 Lua::~Lua() { in ~Lua() 70 llvm::Error Lua::Run(llvm::StringRef buffer) { in Run() 85 llvm::Error Lua::RegisterBreakpointCallback(void *baton, const char *body) { in RegisterBreakpointCallback() 102 Lua::CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallBreakpointCallback() 119 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback() 136 Lua::CallWatchpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallWatchpointCallback() 145 llvm::Error Lua::CheckSyntax(llvm::StringRef buffer) { in CheckSyntax() 162 llvm::Error Lua::LoadModule(llvm::StringRef filename) { in LoadModule() 191 llvm::Error Lua::ChangeIO(FILE *out, FILE *err) { in ChangeIO()
|
| H A D | Lua.h | 29 class Lua { 31 Lua(); 32 ~Lua();
|
| H A D | ScriptInterpreterLua.h | 21 class Lua; variable 77 Lua &GetLua(); 101 std::unique_ptr<Lua> m_lua;
|
| H A D | ScriptInterpreterLua.cpp | 147 m_lua(std::make_unique<Lua>()) {} in ScriptInterpreterLua() 279 Lua &lua = lua_interpreter->GetLua(); in BreakpointCallbackFunction() 307 Lua &lua = lua_interpreter->GetLua(); in WatchpointCallbackFunction() 405 Lua &ScriptInterpreterLua::GetLua() { return *m_lua; } in GetLua()
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | NEWS | 19 given that it depends on the specific Lua operation. Being explicit 32 * Issue 1: Added support for Lua 5.2 while maintaining support for Lua 34 interface in this new version and thus support both Lua releases. 35 However, because of incompatible changes to the Lua API, this release 38 * Issue 3: Tweaked configure to look for Lua using the pkg-config names 60 * Acknowledged that Lua 5.2 is currently not supported.
|
| H A D | README | 1 Lutok is a lightweight C++ API library for Lua. 3 Lutok provides thin C++ wrappers around the Lua C API to ease the 4 interaction between C++ and Lua. These wrappers make intensive use of 6 errors by means of exceptions and ensure that the Lua stack is always 12 order to implement error-safe C++ wrappers on top of a Lua C binary 14 that go against the original spirit of the Lua C API and thus degrade
|
| H A D | lutok.pc.in | 5 Description: Lightweight C++ API for Lua
|
| H A D | INSTALL | 34 * Lua 5.1 or greater.
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 11 // This function is called from Lua::CallBreakpointCallback 29 // Push the Lua wrappers 38 // Call into the Lua callback passing 'sb_frame' and 'sb_bp_loc'. 56 // This function is called from Lua::CallWatchpointCallback 69 // Push the Lua wrappers 73 // Call into the Lua callback passing 'sb_frame' and 'sb_wp'.
|
| H A D | lua-typemaps.swig | 7 // In Lua 5.3 and beyond the VM supports integers, so we need to remap 68 // different LLDB APIs across languages (C++, Python, Lua...).
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | luaconf.h.dist | 3 ** Configuration file for Lua 17 ** General Configuration File for Lua 105 @@ LUA_INT_TYPE defines the type for Lua integers. 106 @@ LUA_FLOAT_TYPE defines the type for Lua floats. 181 ** Lua libraries. 384 @@ LUA_NUMBER is the floating-point type used by Lua. 477 @@ LUA_INTEGER is the integer type used by Lua. 583 ** (All uses in Lua have only one format item.) 698 ** Lua). 703 @@ LUAI_MAXSTACK limits the size of the Lua stack. [all …]
|
| /freebsd-13.1/contrib/lua/ |
| H A D | README | 2 This is Lua 5.4.2, released on 13 Nov 2020. 5 further information about Lua, see doc/readme.html.
|
| /freebsd-13.1/contrib/libucl/ |
| H A D | CMakeLists.txt | 63 DOC "Lua library" 90 DOC "Lua library" 115 DOC "Lua library" 255 MESSAGE(FATAL_ERROR "Lua not found, lua support is required") 265 MESSAGE(FATAL_ERROR "Lua not found, lua support is required")
|
| H A D | ChangeLog.md | 99 - Allow to emit msgpack from Lua 100 - Performance improvements in Lua API 101 - Allow to pass opaque objects in Lua API for transparent C passthrough
|
| /freebsd-13.1/share/timedef/ |
| H A D | ga_IE.UTF-8.src | 32 Lua
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | msec.in | 28 LINE("3lua", "Lua Library Functions Manual")
|
| /freebsd-13.1/contrib/lutok/m4/ |
| H A D | lua.m4 | 32 dnl Helper macro to detect Lua in a variety of systems.
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | README.md | 69 An independent Lua translation of this library, [lua-mojibake](https://github.com/differentprogramm…
|
| /freebsd-13.1/contrib/kyua/utils/config/ |
| H A D | nodes.ipp | 369 /// Pushes the node's value onto the Lua stack. 378 /// Sets the value of the node from an entry in the Lua stack.
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 501 SRCS+= Plugins/ScriptInterpreter/Lua/Lua.cpp 502 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
|
| /freebsd-13.1/contrib/kyua/ |
| H A D | NEWS.md | 343 * Switched to use Lutok 0.3 to gain compatibility with Lua 5.2. 406 external Lua files required by `kyua`, which in turn make the tool 523 * Switched to use Lutok instead of our own wrappers over the Lua C
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 411 lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt
|