Home
last modified time | relevance | path

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

12

/freebsd/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; argument
110 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
H A Dliolib.c754 static const luaL_Reg iolib[] = {
773 static const luaL_Reg meth[] = {
788 static const luaL_Reg metameth[] = {
H A Dlcorolib.c192 static const luaL_Reg co_funcs[] = {
H A Dloadlib.c682 static const luaL_Reg pk_funcs[] = {
695 static const luaL_Reg ll_funcs[] = {
H A Dlmathlib.c649 static const luaL_Reg randfuncs[] = {
722 static const luaL_Reg mathlib[] = {
H A Dlutf8lib.c273 static const luaL_Reg funcs[] = {
/freebsd/libexec/flua/
H A Dlinit_flua.c44 static const luaL_Reg loadedlibs[] = {
66 const luaL_Reg *lib; in luaL_openlibs()
/freebsd/libexec/flua/modules/
H A Dlposix.c545 static const struct luaL_Reg libgenlib[] = {
551 static const struct luaL_Reg stdliblib[] = {
556 static const struct luaL_Reg fnmatchlib[] = {
561 static const struct luaL_Reg sys_statlib[] = {
566 static const struct luaL_Reg sys_utsnamelib[] = {
571 static const struct luaL_Reg sys_waitlib[] = {
576 static const struct luaL_Reg unistdlib[] = {
H A Dlfbsd.c250 static const struct luaL_Reg fbsd_process[] = {
257 static const struct luaL_Reg fbsd_process_meta[] = {
265 static const struct luaL_Reg fbsd_lib[] = {
H A Dlfs.c426 static const struct luaL_Reg fslib[] = {
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h21 typedef struct luaL_Reg { struct
24 } luaL_Reg; argument
79 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
166 const luaL_Reg *l, int nup);
/freebsd/stand/common/
H A Dinterp_lua.c80 static const luaL_Reg loadedlibs[] = {
106 const luaL_Reg *lib; in interp_preinit()
/freebsd/contrib/lyaml/ext/yaml/
H A Dyaml.c44 static const luaL_Reg R[] =
/freebsd/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/libexec/flua/libfreebsd/sys/linker/
H A Dlinker.c69 static const struct luaL_Reg freebsd_sys_linker[] = {
/freebsd/libexec/flua/libfreebsd/kenv/
H A Dkenv.c84 static const struct luaL_Reg freebsd_kenv[] = {
/freebsd/libexec/flua/libhash/
H A Dlhash.c163 static const struct luaL_Reg hashlib[] = {
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c137 static const luaL_Reg co_funcs[] = {
H A Dlauxlib.c653 static int libsize (const luaL_Reg *l) { in libsize()
684 const luaL_Reg *l, int nup) { in luaL_openlib()
704 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
H A Dlbaselib.c255 static const luaL_Reg base_funcs[] = {
H A Dltablib.c260 static const luaL_Reg tab_funcs[] = {

12