Searched refs:luaL_Reg (Results 1 – 25 of 28) sorted by relevance
12
| /freebsd-13.1/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 | 37 typedef struct luaL_Reg { struct 40 } luaL_Reg; argument 109 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
|
| H A D | liolib.c | 734 static const luaL_Reg iolib[] = { 753 static const luaL_Reg meth[] = { 768 static const luaL_Reg metameth[] = {
|
| H A D | lcorolib.c | 189 static const luaL_Reg co_funcs[] = {
|
| H A D | loadlib.c | 688 static const luaL_Reg pk_funcs[] = { 701 static const luaL_Reg ll_funcs[] = {
|
| H A D | lmathlib.c | 631 static const luaL_Reg randfuncs[] = { 704 static const luaL_Reg mathlib[] = {
|
| H A D | lutf8lib.c | 271 static const luaL_Reg funcs[] = {
|
| H A D | loslib.c | 407 static const luaL_Reg syslib[] = {
|
| H A D | ltablib.c | 412 static const luaL_Reg tab_funcs[] = {
|
| H A D | lauxlib.c | 494 static const luaL_Reg boxmt[] = { /* box metamethods */ 904 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| H A D | lbaselib.c | 484 static const luaL_Reg base_funcs[] = {
|
| H A D | ldblib.c | 456 static const luaL_Reg dblib[] = {
|
| H A D | lstrlib.c | 256 static const luaL_Reg stringmetamethods[] = { 328 static const luaL_Reg stringmetamethods[] = { 1781 static const luaL_Reg strlib[] = {
|
| /freebsd-13.1/libexec/flua/ |
| H A D | linit_flua.c | 45 static const luaL_Reg loadedlibs[] = { 69 const luaL_Reg *lib; in luaL_openlibs()
|
| /freebsd-13.1/libexec/flua/modules/ |
| H A D | lposix.c | 78 static const struct luaL_Reg sys_statlib[] = { 83 static const struct luaL_Reg unistdlib[] = {
|
| H A D | lfs.c | 428 static const struct luaL_Reg fslib[] = {
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 21 typedef struct luaL_Reg { struct 24 } luaL_Reg; argument 79 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); 166 const luaL_Reg *l, int nup);
|
| /freebsd-13.1/stand/common/ |
| H A D | interp_lua.c | 83 static const luaL_Reg loadedlibs[] = { 108 const luaL_Reg *lib; in interp_init()
|
| /freebsd-13.1/stand/liblua/ |
| H A D | lpager.c | 76 static const struct luaL_Reg pagerlib[] = {
|
| H A D | lerrno.c | 170 static const struct luaL_Reg errnolib[] = {
|
| H A D | lutils.c | 535 static const struct luaL_Reg loaderlib[] = { 558 static const struct luaL_Reg iolib[] = {
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 137 static const luaL_Reg co_funcs[] = {
|
| H A D | lauxlib.c | 653 static int libsize (const luaL_Reg *l) { in libsize() 684 const luaL_Reg *l, int nup) { in luaL_openlib() 704 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| H A D | lbaselib.c | 255 static const luaL_Reg base_funcs[] = {
|
| H A D | ltablib.c | 260 static const luaL_Reg tab_funcs[] = {
|
12