Searched refs:luaL_openlib (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lauxlib.h | 216 LUALIB_API void (luaL_openlib) (lua_State *L, const char *libname, variable 219 #define luaL_register(L,n,l) (luaL_openlib(L,(n),(l),0))
|
| H A D | lauxlib.c | 856 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, in luaL_openlib() function
|
| /minix3/libexec/httpd/lua/ |
| H A D | glue.c | 274 luaL_openlib(L, "bozohttpd", libluabozohttpd, 0); in luaopen_bozohttpd()
|
| /minix3/crypto/external/bsd/netpgp/dist/bindings/lua/ |
| H A D | glue.c | 360 luaL_openlib(L, "netpgp", libluanetpgp, 0); in luaopen_netpgp()
|