Home
last modified time | relevance | path

Searched defs:UpVal (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlfunc.h35 struct UpVal { struct
40 UpVal *next; /* linked list */ argument
54 LUAI_FUNC UpVal *luaF_findupval (lua_State *L, StkId level); argument
Dlobject.h436 typedef struct UpVal UpVal; typedef