Searched refs:FuncState (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lcode.h | 62 LUAI_FUNC int luaK_code (FuncState *fs, Instruction i); 69 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); 70 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); 71 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); 72 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); 78 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); 79 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); 87 LUAI_FUNC int luaK_jump (FuncState *fs); 92 LUAI_FUNC int luaK_getlabel (FuncState *fs); 97 LUAI_FUNC void luaK_settablesize (FuncState *fs, int pc, [all …]
|
A D | lcode.c | 130 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() 153 static int getjump (FuncState *fs, int pc) { in getjump() 198 int luaK_jump (FuncState *fs) { in luaK_jump() 231 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() 381 int luaK_code (FuncState *fs, Instruction i) { in luaK_code() 465 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack() 607 static int boolF (FuncState *fs) { in boolF() 617 static int boolT (FuncState *fs) { in boolT() 627 static int nilK (FuncState *fs) { in nilK() 1642 void luaK_posfix (FuncState *fs, BinOpr opr, in luaK_posfix() [all …]
|
A D | lparser.c | 195 FuncState *fs = ls->fs; in new_localvar() 278 FuncState *fs = ls->fs; in check_readonly() 312 FuncState *fs = ls->fs; in adjustlocalvars() 454 FuncState *fs = ls->fs; in singlevar() 471 FuncState *fs = ls->fs; in adjust_assign() 598 FuncState *fs = ls->fs; in createlabel() 689 FuncState *fs = ls->fs; in addprototype() 746 FuncState *fs = ls->fs; in close_func() 801 FuncState *fs = ls->fs; in fieldsel() 980 FuncState new_fs; in body() [all …]
|
A D | lparser.h | 144 typedef struct FuncState { struct 146 struct FuncState *prev; /* enclosing function */ argument 163 } FuncState; argument 166 LUAI_FUNC int luaY_nvarstack (FuncState *fs);
|
A D | llex.h | 70 struct FuncState *fs; /* current function (parser) */
|
Completed in 13 milliseconds