Searched refs:namewhat (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 258 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 D | lauxlib.c | 78 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 D | ldebug.c | 168 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 D | ldblib.c | 134 settabss(L, "namewhat", ar.namewhat); in db_getinfo() 357 if (*ar.namewhat != '\0') /* is there a name? */ in db_errorfb()
|
| H A D | lua.h | 349 const char *namewhat; /* (n) `global', `local', `field', `method' */ member
|
| H A D | lauxlib.c | 48 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 402 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
|