Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/lua/src/
H A Dlinit.c42 static const luaL_Reg loadedlibs[] = {
58 const luaL_Reg *lib; in luaL_openlibs()
H A Dlauxlib.h38 typedef struct luaL_Reg { struct
41 } luaL_Reg; typedef
110 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
H A Dliolib.c741 static const luaL_Reg iolib[] = {
760 static const luaL_Reg meth[] = {
775 static const luaL_Reg metameth[] = {
H A Dlcorolib.c192 static const luaL_Reg co_funcs[] = {
H A Dloadlib.c691 static const luaL_Reg pk_funcs[] = {
704 static const luaL_Reg ll_funcs[] = {
H A Dlmathlib.c632 static const luaL_Reg randfuncs[] = {
705 static const luaL_Reg mathlib[] = {
H A Dlutf8lib.c273 static const luaL_Reg funcs[] = {
H A Dloslib.c405 static const luaL_Reg syslib[] = {
H A Dltablib.c414 static const luaL_Reg tab_funcs[] = {
H A Dlauxlib.c494 static const luaL_Reg boxmt[] = { /* box metamethods */
933 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
H A Dldblib.c457 static const luaL_Reg dblib[] = {
/freebsd-14.2/libexec/flua/
H A Dlinit_flua.c44 static const luaL_Reg loadedlibs[] = {
69 const luaL_Reg *lib; in luaL_openlibs()
/freebsd-14.2/libexec/flua/modules/
H A Dlposix.c167 static const struct luaL_Reg sys_statlib[] = {
172 static const struct luaL_Reg sys_utsnamelib[] = {
177 static const struct luaL_Reg unistdlib[] = {
H A Dlfs.c426 static const struct luaL_Reg fslib[] = {
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h20 typedef struct luaL_Reg { struct
23 } luaL_Reg; typedef
78 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
165 const luaL_Reg *l, int nup);
/freebsd-14.2/stand/common/
H A Dinterp_lua.c80 static const luaL_Reg loadedlibs[] = {
105 const luaL_Reg *lib; in interp_init()
/freebsd-14.2/stand/liblua/
H A Dlpager.c73 static const struct luaL_Reg pagerlib[] = {
H A Dlutils.c389 static const struct luaL_Reg loaderlib[] = {
407 static const struct luaL_Reg iolib[] = {
H A Dlerrno.c167 static const struct luaL_Reg errnolib[] = {
H A Dgfx_utils.c226 static const struct luaL_Reg gfxlib[] = {
/freebsd-14.2/lib/flua/libhash/
H A Dlhash.c163 static const struct luaL_Reg hashlib[] = {
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c136 static const luaL_Reg co_funcs[] = {
H A Dlauxlib.c652 static int libsize (const luaL_Reg *l) { in libsize()
683 const luaL_Reg *l, int nup) { in luaL_openlib()
703 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
H A Dlbaselib.c254 static const luaL_Reg base_funcs[] = {
H A Dltablib.c259 static const luaL_Reg tab_funcs[] = {

12