Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c316 static const char *getobjname (Proto *p, int lastpc, int reg,
334 const char *what = getobjname(p, pc, c, name); /* search for 'c' */ in kname()
405 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() function
420 return getobjname(p, pc, b, name); /* get name for 'b' */ in getobjname()
467 return getobjname(p, pc, GETARG_A(i), name); in getfuncname()
535 kind = getobjname(ci_func(ci)->p, currentpc(ci), in luaG_typeerror()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c497 static const char *getobjname (lua_State *L, CallInfo *ci, int stackpos, in getobjname() function
519 return getobjname(L, ci, b, name); /* get name for `b' */ in getobjname()
552 return getobjname(L, ci, GETARG_A(i), name); in getfuncname()
571 getobjname(L, L->ci, cast_int(o - L->base), &name) : in luaG_typeerror()