Searched refs:lua_getupvalue (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldblib.c | 252 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue() 278 luaL_argcheck(L, (lua_getupvalue(L, argf, nup) != NULL), argnup, in checkupval()
|
| H A D | lua.h | 428 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
|
| H A D | lapi.c | 1222 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 385 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable
|
| H A D | lapi.c | 1212 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
|