Searched refs:auxgetinfo (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldebug.c | 226 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() function 297 status = auxgetinfo(L, what, ar, cl, ci); in lua_getinfo()
|
/freebsd/contrib/lua/src/ |
H A D | ldebug.c | 327 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() function 402 status = auxgetinfo(L, what, ar, cl, ci); in lua_getinfo()
|