Searched refs:lua (Results 51 - 75 of 91) sorted by relevance

1234

/netbsd-current/external/bsd/lutok/dist/
H A Ddebug.cpp31 #include <lua.hpp>
H A Doperations.cpp31 #include <lua.hpp>
H A Dstate.cpp244 lua_State* lua = luaL_newstate(); local
245 if (lua == NULL)
246 throw lutok::error("lua open failed");
247 _pimpl.reset(new impl(lua, true));
885 /// including the lua.hpp header file from our public interface. The only way
/netbsd-current/share/mk/
H A DMakefile13 bsd.klinks.mk bsd.kmodule.mk bsd.lib.mk bsd.links.mk bsd.lua.mk \
H A Dbsd.man.mk46 _MSECTIONS+= 3lua 9lua
/netbsd-current/libexec/httpd/
H A DMakefile33 tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c lua-bozo.c
H A Dprintenv.lua1 -- $NetBSD: printenv.lua,v 1.5 2021/02/28 16:10:00 rillig Exp $
12 -- /usr/libexec/httpd -b -f -I 8080 -L test printenv.lua .
H A Dbozohttpd.h44 #include <lua.h>
367 /* lua-bozo.c */
/netbsd-current/usr.bin/make/unit-tests/
H A Dcheck-expect.lua1 #! /usr/bin/lua
2 -- $NetBSD: check-expect.lua,v 1.8 2023/12/17 09:44:00 rillig Exp $
6 usage: lua ./check-expect.lua *.mk
/netbsd-current/usr.bin/xlint/lint1/
H A Dcheck-msgs.lua1 #! /usr/bin/lua
2 -- $NetBSD: check-msgs.lua,v 1.22 2024/03/01 17:22:55 rillig Exp $
6 usage: lua ./check-msgs.lua *.c *.y
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dcheck-expect.lua1 #! /usr/bin/lua
2 -- $NetBSD: check-expect.lua,v 1.12 2024/01/28 08:54:27 rillig Exp $
6 usage: lua ./check-expect.lua [-u] *.c
129 print_error("check-expect.lua: error: file " .. exp_fname .. " not found")
/netbsd-current/lib/lua/syslog/
H A Dsyslog.c33 #include <lua.h>
/netbsd-current/lib/
H A DMakefile134 SUBDIR+= ../external/mit/lua/lib # depends on libm
224 SUBDIR+= ../external/bsd/lutok/lib # depends on lua and libstdc++
268 SUBDIR+= ../crypto/external/bsd/netpgp/bindings/lua # depends on netpgp/lib
329 SUBDIR+= lua
/netbsd-current/sbin/luactl/
H A Dluactl.c37 #include <sys/lua.h>
63 #define _PATH_DEV_LUA "/dev/lua"
/netbsd-current/libexec/httpd/lua/
H A Dglue.c41 #include <lua.h>
H A Dbozo.lua1 #! /usr/bin/env lua
33 dofile "optparse.lua"
60 -- caller lua script
/netbsd-current/tests/usr.bin/indent/
H A Dt_options.lua1 -- $NetBSD: t_options.lua,v 1.7 2023/06/26 12:21:18 rillig Exp $
27 -- usage: [INDENT=...] lua t_options.lua <file>...
H A DMakefile113 FILES+= t_options.lua
/netbsd-current/sys/modules/examples/luareadhappy/
H A Dhappy.lua1 -- $NetBSD: happy.lua,v 1.1 2017/04/15 04:27:30 kamil Exp $
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Dnetpgp.lua1 #! /usr/bin/env lua
33 dofile "optparse.lua"
46 -- caller lua script
H A Dglue.c41 #include <lua.h>
/netbsd-current/lib/lua/gpio/
H A Dgpio.c39 #include <lua.h>
/netbsd-current/sys/modules/lua/
H A Dlua.c1 /* $NetBSD: lua.c,v 1.28 2022/03/31 19:30:17 pgoyette Exp $ */
42 #include <sys/lua.h>
91 CFATTACH_DECL_NEW(lua, sizeof(struct lua_softc),
152 CTLTYPE_NODE, "lua",
517 snprintf(name, sizeof name, "lua%s", module);
639 device_printf(sc_self, "registered lua module %s\n", name);
655 "unregistered lua module %s\n",
818 MODULE(MODULE_CLASS_MISC, lua, NULL);
829 CFDRIVER_DECL(lua, DV_DULL, lua_attrs);
839 .cf_name = "lua",
[all...]
/netbsd-current/lib/lua/libm/
H A Dlibm.c34 #include <lua.h>
49 * Accordingly, this lends itself to systematic declaration of the lua
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c36 #include <lua.h>

Completed in 323 milliseconds

1234