Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlobject.h495 typedef struct UpVal { struct
501 struct UpVal *prev; argument
505 } UpVal; argument