Home
last modified time | relevance | path

Searched refs:LoadChar (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)
54 static int LoadChar(LoadState* S) in LoadChar() function
110 int t=LoadChar(S); in LoadConstants()
117 setbvalue(o,LoadChar(S)!=0); in LoadConstants()