Searched refs:aux_upvalue (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lapi.c | 1367 static const char *aux_upvalue (TValue *fi, int n, TValue **val, in aux_upvalue() function 1398 name = aux_upvalue(index2value(L, funcindex), n, &val, NULL); in lua_getupvalue() 1416 name = aux_upvalue(fi, n, &val, &owner); in lua_setupvalue()
|