Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/flua/modules/
H A Dlposix.c92 luaL_newlib(L, sys_statlib); in luaopen_posix_sys_stat()
99 luaL_newlib(L, unistdlib); in luaopen_posix_unistd()
H A Dlfs.c443 luaL_newlib(L, fslib); in luaopen_lfs()
/freebsd-13.1/stand/liblua/
H A Dlpager.c87 luaL_newlib(L, pagerlib); in luaopen_pager()
H A Dlerrno.c178 luaL_newlib(L, errnolib); in luaopen_errno()
H A Dlutils.c573 luaL_newlib(L, loaderlib); in luaopen_loader()
589 luaL_newlib(L, iolib); in luaopen_io()
/freebsd-13.1/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-13.1/contrib/lua/src/
H A Dlcorolib.c204 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dlutf8lib.c284 luaL_newlib(L, funcs); in luaopen_utf8()
H A Dlauxlib.h129 #define luaL_newlib(L,l) \ macro
H A Dloslib.c427 luaL_newlib(L, syslib); in luaopen_os()
H A Dltablib.c425 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dldblib.c479 luaL_newlib(L, dblib); in luaopen_debug()
H A Dloadlib.c738 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package()
H A Dlmathlib.c751 luaL_newlib(L, mathlib); in luaopen_math()
H A Dliolib.c813 luaL_newlib(L, iolib); /* new module */ in luaopen_io()
H A Dlstrlib.c1821 luaL_newlib(L, strlib);
/freebsd-13.1/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