Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.h20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
H A Dllex.c24 #define next(ls) (ls->current = zgetc(ls->z))
H A Dldo.c732 int c = zgetc(p->z); /* read first character */ in f_parser()
/freebsd/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.c991 int c = zgetc(p->z); /* read first character */ in f_parser()