OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zgetc
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lzio.h
20
#define
zgetc
(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
macro
llex.c
28
#define next(ls) (ls->current =
zgetc
(ls->z))
ldo.c
644
int c =
zgetc
(p->z); /* read first character */
/external/syslinux/com32/lua/src/
lzio.h
20
#define
zgetc
(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
macro
llex.c
32
#define next(ls) (ls->current =
zgetc
(ls->z))
ldo.c
644
int c =
zgetc
(p->z); /* read first character */
Completed in 381 milliseconds