Home
last modified time | relevance | path

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

/freebsd-12.1/stand/liblua/
H A Dlutils.c381 luaL_newlib(L, loaderlib); in luaopen_loader()
395 luaL_newlib(L, iolib); in luaopen_io()
H A Dlerrno.c177 luaL_newlib(L, errnolib); in luaopen_errno()
H A Dlfs.c340 luaL_newlib(L, fslib); in luaopen_lfs()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcorolib.c151 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dlbitlib.c209 luaL_newlib(L, bitlib); in luaopen_bit32()
H A Dlauxlib.h100 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro
H A Dltablib.c276 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dlstrlib.c1046 luaL_newlib(L, strlib); in luaopen_string()
/freebsd-12.1/contrib/lua/src/
H A Dlcorolib.c165 luaL_newlib(L, co_funcs); in luaopen_coroutine()
H A Dlutf8lib.c251 luaL_newlib(L, funcs); in luaopen_utf8()
H A Dlbitlib.c221 luaL_newlib(L, bitlib); in luaopen_bit32()
H A Dlauxlib.h119 #define luaL_newlib(L,l) \ macro
H A Dloslib.c406 luaL_newlib(L, syslib); in luaopen_os()
H A Dlmathlib.c399 luaL_newlib(L, mathlib); in luaopen_math()
H A Dltablib.c442 luaL_newlib(L, tab_funcs); in luaopen_table()
H A Dldblib.c453 luaL_newlib(L, dblib); in luaopen_debug()
H A Dloadlib.c769 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package()
H A Dliolib.c768 luaL_newlib(L, iolib); /* new module */ in luaopen_io()
H A Dlstrlib.c1601 luaL_newlib(L, strlib);