Home
last modified time | relevance | path

Searched refs:zgetc (Results 1 – 7 of 7) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlzio.h21 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
H A Dllex.c25 #define next(ls) (ls->current = zgetc(ls->z))
H A Dldo.c733 int c = zgetc(p->z); /* read first character */ in f_parser()
/src/contrib/lua/src/
H A Dlzio.h20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
H A Dlundump.c62 int b = zgetc(S->Z); in loadByte()
H A Dllex.c32 #define next(ls) (ls->current = zgetc(ls->z))
H A Dldo.c1002 int c = zgetc(p->z); /* read first character */ in f_parser()