Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h497 typedef struct UpVal { struct
503 struct UpVal *prev; argument
507 } UpVal; argument
/freebsd/contrib/lua/src/
H A Dlobject.h627 typedef struct UpVal { struct
635 struct UpVal *next; /* linked list */ argument
640 } UpVal; typedef