Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlzio.h21 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlzio.h22 #define zgetc(z) (((z)->n--)>0 ? char2int(*(z)->p++) : luaZ_fill(z)) macro