Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlobject.h503 struct UpVal *next; typedef
493 typedef struct UpVal { global() struct
499 __anon03932634030aUpVal global() argument
/freebsd-src/contrib/lua/src/
H A Dlobject.h629 typedef struct UpVal { struct
637 struct UpVal *next; /* linked list */ argument
642 } UpVal; typedef