Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/flua/modules/
H A Dlposix.c187 luaL_newlib(L, sys_statlib); in luaopen_posix_sys_stat()
194 luaL_newlib(L, sys_utsnamelib); in luaopen_posix_sys_utsname()
201 luaL_newlib(L, unistdlib); in luaopen_posix_unistd()
H A Dlfs.c441 luaL_newlib(L, fslib); in luaopen_lfs()
/freebsd-14.2/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-14.2/lib/flua/libhash/
H A Dlhash.c174 luaL_newlib(L, hashlib); in luaopen_hash()
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c149 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dltablib.c274 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dlstrlib.c1029 luaL_newlib(L, strlib); in luaopen_string()
/freebsd-14.2/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.c425 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.c746 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package()
H A Dlmathlib.c752 luaL_newlib(L, mathlib); in luaopen_math()
H A Dliolib.c820 luaL_newlib(L, iolib); /* new module */ in luaopen_io()
H A Dlstrlib.c1890 luaL_newlib(L, strlib);
H A Dltests.c1972 luaL_newlib(L, tests_funcs); in luaB_opentests()
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h98 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro