namewhat           48 lib/lua/lauxlib.c   if (strcmp(ar.namewhat, "method") == 0) {
namewhat          134 lib/lua/ldblib.c     settabss(L, "namewhat", ar.namewhat);
namewhat          357 lib/lua/ldblib.c     if (*ar.namewhat != '\0')  /* is there a name? */
namewhat          168 lib/lua/ldebug.c   ar->name = ar->namewhat = "";
namewhat          215 lib/lua/ldebug.c         ar->namewhat = (ci) ? getfuncname(L, ci, &ar->name) : NULL;
namewhat          216 lib/lua/ldebug.c         if (ar->namewhat == NULL) {
namewhat          217 lib/lua/ldebug.c           ar->namewhat = "";  /* not found */
namewhat          349 lib/lua/lua.h    const char *namewhat;	/* (n) `global', `local', `field', `method' */