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

/barrelfish-master/lib/lua/src/
H A Dlundump.c28 } LoadState; typedef in typeref:struct:__anon1071
30 static l_noret error(LoadState* S, const char* why)
45 static void LoadBlock(LoadState* S, void* b, size_t size)
50 static int LoadChar(LoadState* S)
57 static int LoadInt(LoadState* S)
65 static lua_Number LoadNumber(LoadState* S)
72 static TString* LoadString(LoadState* S)
86 static void LoadCode(LoadState* S, Proto* f)
94 static void LoadFunction(LoadState* S, Proto* f);
96 static void LoadConstants(LoadState*
[all...]

Completed in 94 milliseconds