Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlzio.h57 struct Zio { struct
58 size_t n; /* bytes still unread */
59 const char *p; /* current position in buffer */
60 lua_Reader reader; /* reader function */
61 void *data; /* additional data */
62 lua_State *L; /* Lua state (for reader) */