Searched refs:lua (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-current/share/man/man3lua/
H A DMakefile3 MAN= bozohttpd.3lua gpio.3lua intro.3lua libm.3lua netpgp.3lua \
4 sqlite.3lua syslog.3lua
6 MLINKS+=gpio.3lua gpio.open.3lua \
7 gpio.3lua gpi
[all...]
/netbsd-current/share/man/man9lua/
H A DMakefile3 MAN= systm.9lua intro.9lua pmf.9lua
/netbsd-current/external/mit/lua/usr.bin/
H A DMakefile3 SUBDIR+= lua luac
/netbsd-current/crypto/external/bsd/netpgp/bindings/
H A DMakefile3 SUBDIR+= lua .WAIT
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dtst18 ./hkpclient.lua -s ${host} agc@netbsd.org
19 ./hkpclient.lua -s ${host} --mr 0xc0596823
20 ./hkpclient.lua -s ${host} 0xc0596823
21 ./hkpclient.lua --op index -s ${host} 0xc0596823
22 ./hkpclient.lua -o index -s ${host} --mr 0xc0596823
23 ./hkpclient.lua -o index -s ${host} --mr 0xc0596823
24 ./hkpclient.lua -o vindex -s ${host} --mr agc@
25 ./hkpclient.lua -o index -s ${host} dhklsbcldshjkcdlsjhcvdsljhvcdsljhcvdjlshvcdsc
/netbsd-current/external/mit/lua/usr.bin/lua/
H A DMakefile3 PROG= lua
4 SRCS= lua.c
14 .PATH: ${NETBSDSRCDIR}/external/mit/lua/dist/src \
15 ${NETBSDSRCDIR}/external/mit/lua/dist/doc
/netbsd-current/lib/lua/gpio/
H A DMakefile6 .include <bsd.lua.mk>
/netbsd-current/lib/lua/syslog/
H A DMakefile6 .include <bsd.lua.mk>
/netbsd-current/share/examples/lua/
H A DMakefile8 FILES= README gpio.lua sqlite.lua
9 FILESDIR= /usr/share/examples/lua
/netbsd-current/tests/modules/
H A Dt_klua_pr_52864.sh31 atf_set "descr" "Test that once lua(4) is loaded and a state is " \
42 sysctl -q kern.lua.verbose
44 atf_check -s exit:0 modload lua
51 modunload lua >/dev/null 2>&1
/netbsd-current/tests/lib/lua/
H A DMakefile7 TESTSDIR= ${TESTSBASE}/lib/lua
/netbsd-current/lib/lua/libm/
H A DMakefile7 .include <bsd.lua.mk>
/netbsd-current/lib/lua/bozohttpd/
H A DMakefile12 .PATH: ${EXTDIST}/lua
14 .include <bsd.lua.mk>
/netbsd-current/crypto/external/bsd/netpgp/bindings/lua/
H A DMakefile11 .PATH: ${EXTDIST}/bindings/lua
14 .include <bsd.lua.mk>
/netbsd-current/sys/modules/examples/luareadhappy/
H A DMakefile10 CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
11 -I${S}/modules/lua \
/netbsd-current/tests/lib/lua/libm/
H A DMakefile7 TESTSDIR= ${TESTSBASE}/lib/lua/libm
17 FILES+= lualibm.lua
/netbsd-current/external/bsd/lutok/dist/
H A Dc_gate.hpp35 #include <lua.hpp>
/netbsd-current/lib/lua/sqlite/
H A DMakefile9 .include <bsd.lua.mk>
/netbsd-current/external/mit/lua/usr.bin/luac/
H A DMakefile15 .PATH: ${NETBSDSRCDIR}/external/mit/lua/dist/src \
16 ${NETBSDSRCDIR}/external/mit/lua/dist/doc
/netbsd-current/external/mit/
H A DMakefile5 SUBDIR+= expat lua libcbor libuv
/netbsd-current/share/mk/
H A Dbsd.lua.mk1 # $NetBSD: bsd.lua.mk,v 1.10 2023/06/03 21:24:57 lukem Exp $
9 # LUA_LIBDIR ${LIBDIR}/lua/${LUA_VERSION}
14 # LUA_SRCS.mod sources for each module (by default: "${mod:S/./_/g}.lua")
20 # HAVE_LUAC if defined, .lua source files will be compiled with ${LUAC}
30 # currently make(depend) and make(tags) do not support .lua sources; We
38 # The Lua binary searches /usr/share/lua/5.4/ at this time and we could
39 # install .lua modules there which would mean slightly less duplication
41 # being installed so we just install everything under /usr/lib/lua/5.4/
53 realinstall: .PHONY lua-install
54 realall: .PHONY lua
[all...]
/netbsd-current/external/mit/lua/dist/
H A DMakefile18 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
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/lua/
H A DMakefile29 ./netpgp.lua --sign --detached a
30 ./netpgp.lua --verify a.sig
36 ./netpgp.lua --sign --detached a
38 ./netpgp.lua --verify a.sig
/netbsd-current/libexec/httpd/lua/
H A DMakefile29 ./bozo.lua --sign --detached a
30 ./bozo.lua --verify a.sig
36 ./bozo.lua --sign --detached a
38 ./bozo.lua --verify a.sig
/netbsd-current/sys/modules/lua/
H A Dluavar.h34 #include <lua.h>

Completed in 573 milliseconds

1234