Searched refs:namewhat (Results 1 – 3 of 3) sorted by relevance
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()
79 if (*ar->namewhat != '\0') /* is there a name? */ in pushfuncname()153 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
401 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member