Searched refs:namewhat (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/lutok/ |
| H A D | debug.cpp | 116 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 D | ldebug.c | 259 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 D | lauxlib.c | 78 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 D | ldebug.c | 362 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 D | lauxlib.c | 106 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 D | ldblib.c | 187 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
|
| H A D | lua.h | 478 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
|
| /freebsd/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 402 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
|