Home
last modified time | relevance | path

Searched refs:luaL_newlib (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/libexec/flua/modules/
H A Dlposix.c596 luaL_newlib(L, libgenlib); in luaopen_posix_libgen()
603 luaL_newlib(L, stdliblib); in luaopen_posix_stdlib()
610 luaL_newlib(L, fnmatchlib); in luaopen_posix_fnmatch()
628 luaL_newlib(L, sys_statlib); in luaopen_posix_sys_stat()
635 luaL_newlib(L, sys_utsnamelib); in luaopen_posix_sys_utsname()
642 luaL_newlib(L, sys_waitlib); in luaopen_posix_sys_wait()
668 luaL_newlib(L, unistdlib); in luaopen_posix_unistd()
H A Dlfbsd.c274 luaL_newlib(L, fbsd_lib); in luaopen_fbsd()
H A Dlfs.c441 luaL_newlib(L, fslib); in luaopen_lfs()
/freebsd/stand/liblua/
H A Dlpager.c84 luaL_newlib(L, pagerlib); in luaopen_pager()
H A Dlutils.c449 luaL_newlib(L, loaderlib); in luaopen_loader()
478 luaL_newlib(L, iolib); in luaopen_io()
H A Dlerrno.c175 luaL_newlib(L, errnolib); in luaopen_errno()
H A Dgfx_utils.c240 luaL_newlib(L, gfxlib); in luaopen_gfx()
/freebsd/libexec/flua/libfreebsd/sys/linker/
H A Dlinker.c79 luaL_newlib(L, freebsd_sys_linker); in luaopen_freebsd_sys_linker()
/freebsd/libexec/flua/libfreebsd/kenv/
H A Dkenv.c93 luaL_newlib(L, freebsd_kenv); in luaopen_freebsd_kenv()
/freebsd/libexec/flua/libhash/
H A Dlhash.c174 luaL_newlib(L, hashlib); in luaopen_hash()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c150 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dltablib.c275 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dlstrlib.c1030 luaL_newlib(L, strlib); in luaopen_string()
/freebsd/contrib/lyaml/ext/yaml/
H A Dlyaml.h40 # define luaL_register(L,n,l) (luaL_newlib(L,l))
/freebsd/contrib/lua/src/
H A Dlcorolib.c207 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dlutf8lib.c286 luaL_newlib(L, funcs); in luaopen_utf8()
H A Dlauxlib.h130 #define luaL_newlib(L,l) \ macro
H A Dloslib.c427 luaL_newlib(L, syslib); in luaopen_os()
H A Dltablib.c427 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dldblib.c480 luaL_newlib(L, dblib); in luaopen_debug()
H A Dloadlib.c737 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package()
H A Dlmathlib.c769 luaL_newlib(L, mathlib); in luaopen_math()
H A Dliolib.c833 luaL_newlib(L, iolib); /* new module */ in luaopen_io()
H A Dlstrlib.c1890 luaL_newlib(L, strlib);
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h99 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro

12