Searched refs:namewhat (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldebug.c | 356 ar->namewhat = getfuncname(L, ci, &ar->name); in auxgetinfo() 357 if (ar->namewhat == NULL) { in auxgetinfo() 358 ar->namewhat = ""; /* not found */ in auxgetinfo()
|
A D | lauxlib.c | 105 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 D | ldblib.c | 187 settabss(L, "namewhat", ar.namewhat); in db_getinfo()
|
A D | lua.h | 473 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ member
|
Completed in 10 milliseconds