/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 596 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 D | lfbsd.c | 274 luaL_newlib(L, fbsd_lib); in luaopen_fbsd()
|
H A D | lfs.c | 441 luaL_newlib(L, fslib); in luaopen_lfs()
|
/freebsd/stand/liblua/ |
H A D | lpager.c | 84 luaL_newlib(L, pagerlib); in luaopen_pager()
|
H A D | lutils.c | 449 luaL_newlib(L, loaderlib); in luaopen_loader() 478 luaL_newlib(L, iolib); in luaopen_io()
|
H A D | lerrno.c | 175 luaL_newlib(L, errnolib); in luaopen_errno()
|
H A D | gfx_utils.c | 240 luaL_newlib(L, gfxlib); in luaopen_gfx()
|
/freebsd/libexec/flua/libfreebsd/sys/linker/ |
H A D | linker.c | 79 luaL_newlib(L, freebsd_sys_linker); in luaopen_freebsd_sys_linker()
|
/freebsd/libexec/flua/libfreebsd/kenv/ |
H A D | kenv.c | 93 luaL_newlib(L, freebsd_kenv); in luaopen_freebsd_kenv()
|
/freebsd/libexec/flua/libhash/ |
H A D | lhash.c | 174 luaL_newlib(L, hashlib); in luaopen_hash()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcorolib.c | 150 luaL_newlib(L, co_funcs); in luaopen_coroutine()
|
H A D | ltablib.c | 275 luaL_newlib(L, tab_funcs); in luaopen_table()
|
H A D | lstrlib.c | 1030 luaL_newlib(L, strlib); in luaopen_string()
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | lyaml.h | 40 # define luaL_register(L,n,l) (luaL_newlib(L,l))
|
/freebsd/contrib/lua/src/ |
H A D | lcorolib.c | 207 luaL_newlib(L, co_funcs); in luaopen_coroutine()
|
H A D | lutf8lib.c | 286 luaL_newlib(L, funcs); in luaopen_utf8()
|
H A D | lauxlib.h | 130 #define luaL_newlib(L,l) \ macro
|
H A D | loslib.c | 427 luaL_newlib(L, syslib); in luaopen_os()
|
H A D | ltablib.c | 427 luaL_newlib(L, tab_funcs); in luaopen_table()
|
H A D | ldblib.c | 480 luaL_newlib(L, dblib); in luaopen_debug()
|
H A D | loadlib.c | 737 luaL_newlib(L, pk_funcs); /* create 'package' table */ in luaopen_package()
|
H A D | lmathlib.c | 769 luaL_newlib(L, mathlib); in luaopen_math()
|
H A D | liolib.c | 833 luaL_newlib(L, iolib); /* new module */ in luaopen_io()
|
H A D | lstrlib.c | 1890 luaL_newlib(L, strlib);
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 99 #define luaL_newlib(L,l) (luaL_newlibtable(L,l), luaL_setfuncs(L,l,0)) macro
|