Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlundump.c36 } LoadState; typedef
39 static l_noret error(LoadState *S, const char *why) { in error()
60 static lu_byte LoadByte (LoadState *S) { in LoadByte()
67 static int LoadInt (LoadState *S) { in LoadInt()
74 static lua_Number LoadNumber (LoadState *S) { in LoadNumber()
81 static lua_Integer LoadInteger (LoadState *S) { in LoadInteger()
88 static TString *LoadString (LoadState *S) { in LoadString()
107 static void LoadCode (LoadState *S, Proto *f) { in LoadCode()
180 static void LoadDebug (LoadState *S, Proto *f) { in LoadDebug()
236 static void checkHeader (LoadState *S) { in checkHeader()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c28 } LoadState; typedef
30 static l_noret error(LoadState* S, const char* why) in error()
50 static int LoadChar(LoadState* S) in LoadChar()
57 static int LoadInt(LoadState* S) in LoadInt()
65 static lua_Number LoadNumber(LoadState* S) in LoadNumber()
72 static TString* LoadString(LoadState* S) in LoadString()
86 static void LoadCode(LoadState* S, Proto* f) in LoadCode()
135 static void LoadUpvalues(LoadState* S, Proto* f) in LoadUpvalues()
149 static void LoadDebug(LoadState* S, Proto* f) in LoadDebug()
190 static void LoadHeader(LoadState* S) in LoadHeader()
[all …]