Searched refs:luaL_Reg (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-12-stable/contrib/lua/src/ |
| D | linit.c | 42 static const luaL_Reg loadedlibs[] = { 61 const luaL_Reg *lib; in luaL_openlibs()
|
| D | lauxlib.h | 31 typedef struct luaL_Reg { struct 34 } luaL_Reg; typedef 99 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); 208 const luaL_Reg *l, int nup);
|
| D | lcorolib.c | 151 static const luaL_Reg co_funcs[] = {
|
| D | lutf8lib.c | 238 static const luaL_Reg funcs[] = {
|
| D | lbitlib.c | 202 static const luaL_Reg bitlib[] = {
|
| D | loadlib.c | 708 static const luaL_Reg pk_funcs[] = { 724 static const luaL_Reg ll_funcs[] = {
|
| D | lauxlib.c | 884 static int libsize (const luaL_Reg *l) { in libsize() 914 const luaL_Reg *l, int nup) { in luaL_openlib() 934 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| D | liolib.c | 702 static const luaL_Reg iolib[] = { 721 static const luaL_Reg flib[] = {
|
| D | loslib.c | 386 static const luaL_Reg syslib[] = {
|
| D | lmathlib.c | 352 static const luaL_Reg mathlib[] = {
|
| D | ltablib.c | 426 static const luaL_Reg tab_funcs[] = {
|
| D | lbaselib.c | 453 static const luaL_Reg base_funcs[] = {
|
| /freebsd-12-stable/libexec/flua/ |
| D | linit_flua.c | 44 static const luaL_Reg loadedlibs[] = { 67 const luaL_Reg *lib; in luaL_openlibs()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lauxlib.h | 22 typedef struct luaL_Reg { struct 25 } luaL_Reg; argument 80 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); 167 const luaL_Reg *l, int nup);
|
| D | lcorolib.c | 138 static const luaL_Reg co_funcs[] = {
|
| D | lauxlib.c | 654 static int libsize (const luaL_Reg *l) { in libsize() 685 const luaL_Reg *l, int nup) { in luaL_openlib() 705 LUALIB_API void luaL_setfuncs (lua_State *L, const luaL_Reg *l, int nup) { in luaL_setfuncs()
|
| D | lbitlib.c | 190 static const luaL_Reg bitlib[] = {
|
| D | lbaselib.c | 261 static const luaL_Reg base_funcs[] = {
|
| D | ltablib.c | 261 static const luaL_Reg tab_funcs[] = {
|
| /freebsd-12-stable/libexec/flua/modules/ |
| D | lposix.c | 78 static const struct luaL_Reg sys_statlib[] = { 83 static const struct luaL_Reg unistdlib[] = {
|
| D | lfs.c | 428 static const struct luaL_Reg fslib[] = {
|
| /freebsd-12-stable/stand/common/ |
| D | interp_lua.c | 83 static const luaL_Reg loadedlibs[] = { 108 const luaL_Reg *lib; in interp_init()
|
| /freebsd-12-stable/stand/liblua/ |
| D | lpager.c | 76 static const struct luaL_Reg pagerlib[] = {
|
| D | lutils.c | 350 static const struct luaL_Reg loaderlib[] = { 366 static const struct luaL_Reg iolib[] = {
|
| D | lerrno.c | 170 static const struct luaL_Reg errnolib[] = {
|
12