Searched refs:lua_getinfo (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.c | 64 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname() 125 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback() 152 lua_getinfo(L, "n", &ar); in luaL_argerror() 181 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
| H A D | lua.h | 382 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
|
| H A D | ldebug.c | 278 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lauxlib.c | 75 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname() 141 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback() 168 lua_getinfo(L, "n", &ar); in luaL_argerror() 208 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
| H A D | ldblib.c | 162 if (!lua_getinfo(L1, options, &ar)) in db_getinfo() 315 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
|
| H A D | lua.h | 425 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
|
| H A D | loadlib.c | 637 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in set_env()
|
| H A D | ldebug.c | 309 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|