Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlundump.c41 } LoadState; typedef
44 static l_noret error(LoadState *S, const char *why) { in error()
56 static void LoadBlock (LoadState *S, void *b, size_t size) { in LoadBlock()
65 static lu_byte LoadByte (LoadState *S) { in LoadByte()
72 static int LoadInt (LoadState *S) { in LoadInt()
79 static lua_Number LoadNumber (LoadState *S) { in LoadNumber()
86 static lua_Integer LoadInteger (LoadState *S) { in LoadInteger()
93 static TString *LoadString (LoadState *S) { in LoadString()
107 static void LoadCode (LoadState *S, Proto *f) { in LoadCode()
115 static void LoadFunction(LoadState *S, Proto *f, TString *psource);
[all …]