Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlundump.c44 #define LoadByte(S) (lu_byte)LoadChar(S) macro
170 f->nups=LoadByte(S); in LoadFunction()
171 f->numparams=LoadByte(S); in LoadFunction()
172 f->is_vararg=LoadByte(S); in LoadFunction()
173 f->maxstacksize=LoadByte(S); in LoadFunction()