Searched refs:luaL_Reg (Results 1 – 25 of 25) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | linit.c | 42 static const luaL_Reg loadedlibs[] = { 61 const luaL_Reg *lib; in luaL_openlibs()
|
| H A D | lauxlib.h | 31 typedef struct luaL_Reg { struct 34 } luaL_Reg; argument 99 LUALIB_API void (luaL_setfuncs) (lua_State *L, const luaL_Reg *l, int nup); 208 const luaL_Reg *l, int nup);
|
| H A D | lcorolib.c | 151 static const luaL_Reg co_funcs[] = {
|
| H A D | lutf8lib.c | 238 static const luaL_Reg funcs[] = {
|
| H A D | lbitlib.c | 202 static const luaL_Reg bitlib[] = {
|
| H A D | loadlib.c | 708 static const luaL_Reg pk_funcs[] = { 724 static const luaL_Reg ll_funcs[] = {
|
| H A 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()
|
| H A D | liolib.c | 700 static const luaL_Reg iolib[] = { 719 static const luaL_Reg flib[] = {
|
| H A D | loslib.c | 386 static const luaL_Reg syslib[] = {
|
| H A D | lmathlib.c | 352 static const luaL_Reg mathlib[] = {
|
| H A D | ltablib.c | 426 static const luaL_Reg tab_funcs[] = {
|
| H A D | lbaselib.c | 453 static const luaL_Reg base_funcs[] = {
|
| H A D | ldblib.c | 431 static const luaL_Reg dblib[] = {
|
| H A D | lstrlib.c | 1563 static const luaL_Reg strlib[] = {
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A 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);
|
| H A D | lcorolib.c | 138 static const luaL_Reg co_funcs[] = {
|
| H A 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()
|
| H A D | lbitlib.c | 190 static const luaL_Reg bitlib[] = {
|
| H A D | lbaselib.c | 261 static const luaL_Reg base_funcs[] = {
|
| H A D | ltablib.c | 261 static const luaL_Reg tab_funcs[] = {
|
| H A D | lstrlib.c | 1011 static const luaL_Reg strlib[] = {
|
| /freebsd-12.1/stand/common/ |
| H A D | interp_lua.c | 81 static const luaL_Reg loadedlibs[] = { 105 const luaL_Reg *lib; in interp_init()
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lutils.c | 350 static const struct luaL_Reg loaderlib[] = { 366 static const struct luaL_Reg iolib[] = {
|
| H A D | lerrno.c | 169 static const struct luaL_Reg errnolib[] = {
|
| H A D | lfs.c | 329 static const struct luaL_Reg fslib[] = {
|