Searched refs:FuncState (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.h | 50 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k); 51 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); 52 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); 53 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); 54 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); 55 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s); 56 LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r); 61 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); 62 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); 70 LUAI_FUNC int luaK_jump (FuncState *fs); [all …]
|
| H A D | lcode.c | 35 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() 57 int luaK_jump (FuncState *fs) { in luaK_jump() 92 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() 98 static int getjump (FuncState *fs, int pc) { in getjump() 161 static void dischargejpc (FuncState *fs) { in dischargejpc() 259 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack() 269 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs() 275 static void freereg (FuncState *fs, int reg) { in freereg() 341 static int boolK (FuncState *fs, int b) { in boolK() 348 static int nilK (FuncState *fs) { in nilK() [all …]
|
| H A D | lparser.c | 164 FuncState *fs = ls->fs; in registerlocalvar() 177 FuncState *fs = ls->fs; in new_localvar() 204 FuncState *fs = ls->fs; in adjustlocalvars() 297 FuncState *fs = ls->fs; in singlevar() 309 FuncState *fs = ls->fs; in adjust_assign() 340 FuncState *fs = ls->fs; in closegoto() 499 FuncState *fs = ls->fs; in addprototype() 555 FuncState *fs = ls->fs; in close_func() 622 FuncState *fs = ls->fs; in fieldsel() 794 FuncState new_fs; in body() [all …]
|
| H A D | lparser.h | 97 typedef struct FuncState { struct 100 struct FuncState *prev; /* enclosing function */ argument 113 } FuncState; argument
|
| H A D | llex.h | 61 struct FuncState *fs; /* current function (parser) */
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.h | 47 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); 48 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); 49 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); 50 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); 51 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s); 52 LUAI_FUNC int luaK_numberK (FuncState *fs, lua_Number r); 56 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); 57 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); 60 LUAI_FUNC void luaK_goiftrue (FuncState *fs, expdesc *e); 64 LUAI_FUNC int luaK_jump (FuncState *fs); [all …]
|
| H A D | lcode.c | 35 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() 59 int luaK_jump (FuncState *fs) { in luaK_jump() 94 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() 100 static int getjump (FuncState *fs, int pc) { in getjump() 163 static void dischargejpc (FuncState *fs) { in dischargejpc() 199 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack() 209 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs() 215 static void freereg (FuncState *fs, int reg) { in freereg() 250 int luaK_stringK (FuncState *fs, TString *s) { in luaK_stringK() 264 static int boolK (FuncState *fs, int b) { in boolK() [all …]
|
| H A D | lparser.c | 144 FuncState *fs = ls->fs; in registerlocalvar() 161 FuncState *fs = ls->fs; in new_localvar() 168 FuncState *fs = ls->fs; in adjustlocalvars() 177 FuncState *fs = ls->fs; in removevars() 250 FuncState *fs = ls->fs; in singlevar() 257 FuncState *fs = ls->fs; in adjust_assign() 311 FuncState *fs = ls->fs; in pushclosure() 358 FuncState *fs = ls->fs; in close_func() 409 FuncState *fs = ls->fs; in field() 445 FuncState *fs = ls->fs; in recfield() [all …]
|
| H A D | lparser.h | 58 typedef struct FuncState { struct 61 struct FuncState *prev; /* enclosing function */ argument 75 } FuncState; argument
|
| H A D | llex.h | 61 struct FuncState *fs; /* `FuncState' is private to the parser */
|