Home
last modified time | relevance | path

Searched refs:luaZ_fill (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlzio.h22 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
66 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c27 int luaZ_fill (ZIO *z) { in luaZ_fill() function
56 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()