Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c33 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-12.1/contrib/lua/src/
H A Dldebug.c248 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname() function
292 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()