Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDldebug.c259 ar->namewhat = getfuncname(L, ci->previous, &ar->name); in auxgetinfo()
261 ar->namewhat = NULL; in auxgetinfo()
262 if (ar->namewhat == NULL) { in auxgetinfo()
263 ar->namewhat = ""; /* not found */ in auxgetinfo()
HDlauxlib.c79 if (*ar->namewhat != '\0') /* is there a name? */ in pushfuncname()
153 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
HDlua.h401 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
/freebsd-11-stable/contrib/lua/src/
HDldebug.c292 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()
293 if (ar->namewhat == NULL) { in auxgetinfo()
294 ar->namewhat = ""; /* not found */ in auxgetinfo()
HDlauxlib.c99 else if (*ar->namewhat != '\0') /* is there a name from code? */ in pushfuncname()
100 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
169 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
HDldblib.c181 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
HDlua.h444 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member