Home
last modified time | relevance | path

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

/freebsd/contrib/lutok/
H A Ddebug.cpp116 assert(_pimpl->lua_debug.namewhat != NULL); in name_what()
117 return _pimpl->lua_debug.namewhat; in name_what()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.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()
H A Dlauxlib.c78 if (*ar->namewhat != '\0') /* is there a name? */ in pushfuncname()
152 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
/freebsd/contrib/lua/src/
H A Dldebug.c362 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()
363 if (ar->namewhat == NULL) { in auxgetinfo()
364 ar->namewhat = ""; /* not found */ in auxgetinfo()
H A Dlauxlib.c106 else if (*ar->namewhat != '\0') /* is there a name from code? */ in pushfuncname()
107 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
181 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
H A Dldblib.c187 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
H A Dlua.h478 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h402 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member