Searched refs:luaL_Reg (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/contrib/lua/src/
H A Dlinit.c42 static const luaL_Reg loadedlibs[] = {
58 const luaL_Reg *lib;
H A Dlauxlib.h38 typedef struct luaL_Reg { struct
41 } luaL_Reg; typedef in typeref:struct:luaL_Reg
110 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
H A Dlcorolib.c192 static const luaL_Reg co_funcs[] = {
H A Dliolib.c741 static const luaL_Reg iolib[] = {
760 static const luaL_Reg meth[] = {
775 static const luaL_Reg metameth[] = {
H A Dlutf8lib.c273 static const luaL_Reg 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 Dloslib.c405 static const luaL_Reg syslib[] = {
H A Dlbaselib.c506 static const luaL_Reg base_funcs[] = {
H A Dldblib.c457 static const luaL_Reg dblib[] = {
/freebsd-current/libexec/flua/
H A Dlinit_flua.c45 static const luaL_Reg loadedlibs[] = {
70 const luaL_Reg *lib;
/freebsd-current/stand/liblua/
H A Dlpager.c73 static const struct luaL_Reg pagerlib[] = {
H A Dlerrno.c167 static const struct luaL_Reg errnolib[] = {
H A Dlutils.c389 static const struct luaL_Reg loaderlib[] = {
407 static const struct luaL_Reg iolib[] = {
H A Dgfx_utils.c226 static const struct luaL_Reg gfxlib[] = {
/freebsd-current/libexec/flua/modules/
H A Dlposix.c134 static const struct luaL_Reg sys_statlib[] = {
139 static const struct luaL_Reg unistdlib[] = {
H A Dlfbsd.c123 static const struct luaL_Reg fbsd_lib[] = {
H A Dlfs.c426 static const struct luaL_Reg fslib[] = {
/freebsd-current/stand/common/
H A Dinterp_lua.c80 static const luaL_Reg loadedlibs[] = {
106 const luaL_Reg *lib;
/freebsd-current/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h20 typedef struct luaL_Reg { struct
23 } luaL_Reg; typedef in typeref:struct:luaL_Reg
78 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
165 const luaL_Reg *l, int nup);
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c136 static const luaL_Reg co_funcs[] = {
H A Dltablib.c259 static const luaL_Reg tab_funcs[] = {
H A Dlbaselib.c254 static const luaL_Reg base_funcs[] = {
H A Dlauxlib.c650 ** Count number of elements in a luaL_Reg list.
652 static int libsize (const luaL_Reg *l) {
683 const luaL_Reg *l, int nup) {
703 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) {
/freebsd-current/lib/flua/libhash/
H A Dlhash.c163 static const struct luaL_Reg hashlib[] = {

Completed in 322 milliseconds

12