Home
last modified time | relevance | path

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

/freebsd-13.1/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.c718 int c = zgetc(p->z); /* read first character */ in f_parser()
/freebsd-13.1/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.c824 int c = zgetc(p->z); /* read first character */ in f_parser()