HomeSort by: relevance | last modified time | path
    Searched refs:lua (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/share/man/man3lua/
Makefile 3 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 gpio.info.3lua
    [all...]
  /src/share/man/man9lua/
Makefile 3 MAN= systm.9lua intro.9lua pmf.9lua
  /src/external/mit/lua/usr.bin/
Makefile 3 SUBDIR+= lua luac
  /src/lib/lua/gpio/
Makefile 6 .include <bsd.lua.mk>
  /src/lib/lua/syslog/
Makefile 6 .include <bsd.lua.mk>
  /src/external/mit/lua/usr.bin/lua/
Makefile 3 PROG= lua
4 SRCS= lua.c
14 .PATH: ${NETBSDSRCDIR}/external/mit/lua/dist/src \
15 ${NETBSDSRCDIR}/external/mit/lua/dist/doc
  /src/share/examples/lua/
Makefile 8 FILES= README gpio.lua sqlite.lua
9 FILESDIR= /usr/share/examples/lua
  /src/tests/modules/
t_klua_pr_52864.sh 31 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
  /src/lib/lua/libm/
Makefile 7 .include <bsd.lua.mk>
  /src/tests/lib/lua/
Makefile 7 TESTSDIR= ${TESTSBASE}/lib/lua
  /src/lib/lua/bozohttpd/
Makefile 12 .PATH: ${EXTDIST}/lua
14 .include <bsd.lua.mk>
  /src/sys/modules/examples/luareadhappy/
Makefile 10 CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
11 -I${S}/modules/lua \
  /src/tests/lib/lua/libm/
Makefile 7 TESTSDIR= ${TESTSBASE}/lib/lua/libm
17 FILES+= lualibm.lua
  /src/lib/lua/sqlite/
Makefile 9 .include <bsd.lua.mk>
  /src/external/bsd/lutok/dist/
c_gate.hpp 30 /// Provides direct access to the C state of the Lua wrappers.
35 #include <lua.hpp>
43 /// Gateway to the raw C state of Lua.
53 /// any other way, so you can end up corrupting the Lua state and later get
  /src/external/mit/
Makefile 5 SUBDIR+= expat lua libcbor libuv
  /src/external/mit/lua/usr.bin/luac/
Makefile 15 .PATH: ${NETBSDSRCDIR}/external/mit/lua/dist/src \
16 ${NETBSDSRCDIR}/external/mit/lua/dist/doc
  /src/share/mk/
bsd.lua.mk 1 # $NetBSD: bsd.lua.mk,v 1.10 2023/06/03 21:24:57 lukem Exp $
3 # Build rules and definitions for Lua modules
8 # LUA_VERSION currently installed version of Lua
9 # LUA_LIBDIR ${LIBDIR}/lua/${LUA_VERSION}
11 # LUA_MODULES list of Lua modules to build/installi
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
31 # add Lua sources to DPSRCS when HAVE_LUAC is defined and other language
38 # The Lua binary searches /usr/share/lua/5.4/ at this time and we coul
    [all...]
  /src/external/mit/lua/dist/
Makefile 1 # Makefile for installing Lua
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
47 # Lua version and release.
  /src/libexec/httpd/lua/
Makefile 29 ./bozo.lua --sign --detached a
30 ./bozo.lua --verify a.sig
36 ./bozo.lua --sign --detached a
38 ./bozo.lua --verify a.sig
  /src/share/examples/
Makefile 6 lua npf pppd syslogd wsmoused
  /src/sys/modules/lua/
Makefile 5 .PATH: ${S}/../external/mit/lua/dist/src \
8 KMOD= lua
9 SRCS= lua.c
13 # Lua core source code
18 # Lua stdlibs source code
22 CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
luavar.h 34 #include <lua.h>
  /src/sys/modules/luapmf/
Makefile 8 CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
  /src/sys/modules/luasystm/
Makefile 8 CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \

Completed in 51 milliseconds

1 2 3 4