| /src/libexec/flua/ |
| H A D | linit_flua.c | 44 static const luaL_Reg loadedlibs[] = { 76 const luaL_Reg **flib; in flua_setup_mods() 86 const luaL_Reg *lib; in luaL_openlibs()
|
| H A D | bootstrap.h | 17 SET_DECLARE(FLUA_MODULE_SETNAME, const luaL_Reg); 19 static const luaL_Reg ident = { modname, openfn }; \
|
| /src/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; argument 110 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup);
|
| H A D | liolib.c | 754 static const luaL_Reg iolib[] = { 773 static const luaL_Reg meth[] = { 788 static const luaL_Reg metameth[] = {
|
| H A D | lcorolib.c | 192 static const luaL_Reg co_funcs[] = {
|
| H A D | loadlib.c | 682 static const luaL_Reg pk_funcs[] = { 695 static const luaL_Reg ll_funcs[] = {
|
| H A D | lmathlib.c | 649 static const luaL_Reg randfuncs[] = { 722 static const luaL_Reg mathlib[] = {
|
| H A D | lutf8lib.c | 273 static const luaL_Reg funcs[] = {
|
| /src/libexec/flua/modules/ |
| H A D | lposix.c | 549 static const struct luaL_Reg libgenlib[] = { 555 static const struct luaL_Reg stdliblib[] = { 560 static const struct luaL_Reg fnmatchlib[] = { 565 static const struct luaL_Reg sys_statlib[] = { 570 static const struct luaL_Reg sys_utsnamelib[] = { 575 static const struct luaL_Reg sys_waitlib[] = { 580 static const struct luaL_Reg unistdlib[] = {
|
| /src/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);
|
| /src/libexec/flua/lfbsd/ |
| H A D | lfbsd.c | 252 static const struct luaL_Reg fbsd_process[] = { 259 static const struct luaL_Reg fbsd_process_meta[] = { 267 static const struct luaL_Reg fbsd_lib[] = {
|
| /src/stand/common/ |
| H A D | interp_lua.c | 80 static const luaL_Reg loadedlibs[] = { 106 const luaL_Reg *lib; in interp_preinit()
|
| /src/contrib/lyaml/ext/yaml/ |
| H A D | yaml.c | 46 static const luaL_Reg R[] =
|
| /src/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[] = {
|
| /src/libexec/flua/libfreebsd/sys/linker/ |
| H A D | linker.c | 71 static const struct luaL_Reg freebsd_sys_linker[] = {
|
| /src/libexec/flua/libfreebsd/kenv/ |
| H A D | kenv.c | 86 static const struct luaL_Reg freebsd_kenv[] = {
|
| /src/libexec/flua/libhash/ |
| H A D | lhash.c | 165 static const struct luaL_Reg hashlib[] = {
|
| /src/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[] = {
|