Home
last modified time | relevance | path

Searched refs:luaL_Reg (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlinit.c46 static const luaL_Reg loadedlibs[] = {
68 const luaL_Reg *lib; in luaL_openlibs()
H A Dlauxlib.h42 typedef struct luaL_Reg { struct
45 } luaL_Reg; argument
123 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
H A Dliolib.c743 static const luaL_Reg iolib[] = {
762 static const luaL_Reg meth[] = {
777 static const luaL_Reg metameth[] = {
H A Dlcorolib.c196 static const luaL_Reg co_funcs[] = {
H A Dloadlib.c693 static const luaL_Reg pk_funcs[] = {
706 static const luaL_Reg ll_funcs[] = {
H A Dlmathlib.c634 static const luaL_Reg randfuncs[] = {
707 static const luaL_Reg mathlib[] = {
H A Dlutf8lib.c277 static const luaL_Reg funcs[] = {
H A Dloslib.c407 static const luaL_Reg syslib[] = {
H A Dltablib.c418 static const luaL_Reg tab_funcs[] = {
H A Dlauxlib.c506 static const luaL_Reg boxmt[] = { /* box metamethods */
951 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
H A Dldblib.c463 static const luaL_Reg dblib[] = {
H A Dlbaselib.c514 static const luaL_Reg base_funcs[] = {
H A Dlstrlib.c261 static const luaL_Reg stringmetamethods[] = {
336 static const luaL_Reg stringmetamethods[] = {
1860 static const luaL_Reg strlib[] = {
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c422 static const struct luaL_Reg sqlite_methods[] = { in luaopen_sqlite()
431 static const struct luaL_Reg db_methods[] = { in luaopen_sqlite()
441 static const struct luaL_Reg stmt_methods[] = { in luaopen_sqlite()
/netbsd-src/lib/lua/gpio/
H A Dgpio.c274 static const struct luaL_Reg methods[] = { in luaopen_gpio()
278 static const struct luaL_Reg gpio_methods[] = { in luaopen_gpio()
/netbsd-src/sys/modules/luasystm/
H A Dluasystm.c164 const luaL_Reg systm_lib[ ] = { in luaopen_systm()
/netbsd-src/lib/lua/syslog/
H A Dsyslog.c146 struct luaL_Reg luasyslog[] = { in luaopen_syslog()
/netbsd-src/sys/modules/luapmf/
H A Dluapmf.c87 const luaL_Reg pmf_lib[ ] = { in luaopen_pmf()
/netbsd-src/libexec/httpd/lua/
H A Dglue.c241 const struct luaL_Reg libluabozohttpd[] = {
/netbsd-src/lib/lua/libm/
H A Dlibm.c242 static const struct luaL_Reg lualibm[] = {
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Dglue.c336 const struct luaL_Reg libluanetpgp[] = {
/netbsd-src/libexec/httpd/
H A Dlua-bozo.c157 static struct luaL_Reg functions[] = { in luaopen_httpd()