Home
last modified time | relevance | path

Searched refs:namewhat (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c258 ar->namewhat = getfuncname(L, ci->previous, &ar->name); in auxgetinfo()
260 ar->namewhat = NULL; in auxgetinfo()
261 if (ar->namewhat == NULL) { in auxgetinfo()
262 ar->namewhat = ""; /* not found */ in auxgetinfo()
H A Dlauxlib.c78 if (*ar->namewhat != '\0') /* is there a name? */ in pushfuncname()
152 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c168 ar->name = ar->namewhat = ""; in info_tailcall()
215 ar->namewhat = (ci) ? getfuncname(L, ci, &ar->name) : NULL; in auxgetinfo()
216 if (ar->namewhat == NULL) { in auxgetinfo()
217 ar->namewhat = ""; /* not found */ in auxgetinfo()
H A Dldblib.c134 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
357 if (*ar.namewhat != '\0') /* is there a name? */ in db_errorfb()
H A Dlua.h349 const char *namewhat; /* (n) `global', `local', `field', `method' */ member
H A Dlauxlib.c48 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h402 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member