Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldebug.c356 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo()
357 if (ar->namewhat == NULL) { in auxgetinfo()
358 ar->namewhat = ""; /* not found */ in auxgetinfo()
A Dlauxlib.c105 else if (*ar->namewhat != '\0') /* is there a name from code? */ in pushfuncname()
106 lua_pushfstring(L, "%s '%s'", ar->namewhat, ar->name); /* use it */ in pushfuncname()
180 if (strcmp(ar.namewhat, "method") == 0) { in luaL_argerror()
A Dldblib.c187 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
A Dlua.h473 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member

Completed in 10 milliseconds