| /freebsd-14.2/contrib/lua/src/ |
| H A D | linit.c | 42 static const luaL_Reg loadedlibs[] = { 58 const luaL_Reg *lib; in luaL_openlibs()
|
| H A D | lauxlib.h | 38 typedef struct luaL_Reg { struct 41 } luaL_Reg; typedef 110 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
|
| H A D | liolib.c | 741 static const luaL_Reg iolib[] = { 760 static const luaL_Reg meth[] = { 775 static const luaL_Reg metameth[] = {
|
| H A D | lcorolib.c | 192 static const luaL_Reg co_funcs[] = {
|
| H A D | loadlib.c | 691 static const luaL_Reg pk_funcs[] = { 704 static const luaL_Reg ll_funcs[] = {
|
| H A D | lmathlib.c | 632 static const luaL_Reg randfuncs[] = { 705 static const luaL_Reg mathlib[] = {
|
| H A D | lutf8lib.c | 273 static const luaL_Reg funcs[] = {
|
| H A D | loslib.c | 405 static const luaL_Reg syslib[] = {
|
| H A D | ltablib.c | 414 static const luaL_Reg tab_funcs[] = {
|
| H A D | lauxlib.c | 494 static const luaL_Reg boxmt[] = { /* box metamethods */ 933 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| H A D | ldblib.c | 457 static const luaL_Reg dblib[] = {
|
| /freebsd-14.2/libexec/flua/ |
| H A D | linit_flua.c | 44 static const luaL_Reg loadedlibs[] = { 69 const luaL_Reg *lib; in luaL_openlibs()
|
| /freebsd-14.2/libexec/flua/modules/ |
| H A D | lposix.c | 167 static const struct luaL_Reg sys_statlib[] = { 172 static const struct luaL_Reg sys_utsnamelib[] = { 177 static const struct luaL_Reg unistdlib[] = {
|
| H A D | lfs.c | 426 static const struct luaL_Reg fslib[] = {
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 20 typedef struct luaL_Reg { struct 23 } luaL_Reg; typedef 78 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); 165 const luaL_Reg *l, int nup);
|
| /freebsd-14.2/stand/common/ |
| H A D | interp_lua.c | 80 static const luaL_Reg loadedlibs[] = { 105 const luaL_Reg *lib; in interp_init()
|
| /freebsd-14.2/stand/liblua/ |
| H A D | lpager.c | 73 static const struct luaL_Reg pagerlib[] = {
|
| H A D | lutils.c | 389 static const struct luaL_Reg loaderlib[] = { 407 static const struct luaL_Reg iolib[] = {
|
| H A D | lerrno.c | 167 static const struct luaL_Reg errnolib[] = {
|
| H A D | gfx_utils.c | 226 static const struct luaL_Reg gfxlib[] = {
|
| /freebsd-14.2/lib/flua/libhash/ |
| H A D | lhash.c | 163 static const struct luaL_Reg hashlib[] = {
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 136 static const luaL_Reg co_funcs[] = {
|
| H A D | lauxlib.c | 652 static int libsize (const luaL_Reg *l) { in libsize() 683 const luaL_Reg *l, int nup) { in luaL_openlib() 703 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| H A D | lbaselib.c | 254 static const luaL_Reg base_funcs[] = {
|
| H A D | ltablib.c | 259 static const luaL_Reg tab_funcs[] = {
|