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

/freebsd-13-stable/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 */
/freebsd-13-stable/contrib/lua/src/
H A Dlzio.h20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z)) macro
H A Dllex.c32 #define next(ls) (ls->current = zgetc(ls->z))
H A Dlundump.c62 int b = zgetc(S->Z);
H A Dldo.c824 int c = zgetc(p->z); /* read first character */

Completed in 238 milliseconds