Home
last modified time | relevance | path

Searched refs:getfuncname (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.c32 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name);
259 ar->namewhat = getfuncname(L, ci->previous, &ar->name); in auxgetinfo()
459 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname() function
/freebsd/contrib/lua/src/
H A Dldebug.c324 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname() function
362 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()