Home
last modified time | relevance | path

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

/netbsd-src/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()
73 static size_t loadUnsigned (LoadState *S, size_t limit) { in loadUnsigned()
87 static size_t loadSize (LoadState *S) { in loadSize()
92 static int loadInt (LoadState *S) { in loadInt()
97 static lua_Number loadNumber (LoadState *S) { in loadNumber()
104 static lua_Integer loadInteger (LoadState *S) { in loadInteger()
114 static TString *loadStringN (LoadState *S, Proto *p) { in loadStringN()
[all …]