Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.h49 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k);
50 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
51 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
52 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
53 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
54 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s);
55 LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r);
60 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e);
61 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e);
69 LUAI_FUNC int luaK_jump (FuncState *fs);
[all …]
H A Dlcode.c36 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
58 int luaK_jump (FuncState *fs) { in luaK_jump()
93 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
99 static int getjump (FuncState *fs, int pc) { in getjump()
162 static void dischargejpc (FuncState *fs) { in dischargejpc()
260 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack()
270 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs()
276 static void freereg (FuncState *fs, int reg) { in freereg()
342 static int boolK (FuncState *fs, int b) { in boolK()
349 static int nilK (FuncState *fs) { in nilK()
[all …]
H A Dlparser.c165 FuncState *fs = ls->fs; in registerlocalvar()
178 FuncState *fs = ls->fs; in new_localvar()
205 FuncState *fs = ls->fs; in adjustlocalvars()
298 FuncState *fs = ls->fs; in singlevar()
310 FuncState *fs = ls->fs; in adjust_assign()
341 FuncState *fs = ls->fs; in closegoto()
500 FuncState *fs = ls->fs; in addprototype()
556 FuncState *fs = ls->fs; in close_func()
617 FuncState *fs = ls->fs; in fieldsel()
789 FuncState new_fs; in body()
[all …]
H A Dlparser.h96 typedef struct FuncState { struct
99 struct FuncState *prev; /* enclosing function */ argument
112 } FuncState; argument
H A Dllex.h57 struct FuncState *fs; /* current function (parser) */