Home
last modified time | relevance | path

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

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