|
int | luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx) |
|
int | luaK_codeABC (FuncState *fs, OpCode o, int A, int B, int C) |
|
int | luaK_codek (FuncState *fs, int reg, int k) |
|
void | luaK_fixline (FuncState *fs, int line) |
|
void | luaK_nil (FuncState *fs, int from, int n) |
|
void | luaK_reserveregs (FuncState *fs, int n) |
|
void | luaK_checkstack (FuncState *fs, int n) |
|
int | luaK_stringK (FuncState *fs, TString *s) |
|
int | luaK_intK (FuncState *fs, lua_Integer n) |
|
void | luaK_dischargevars (FuncState *fs, expdesc *e) |
|
int | luaK_exp2anyreg (FuncState *fs, expdesc *e) |
|
void | luaK_exp2anyregup (FuncState *fs, expdesc *e) |
|
void | luaK_exp2nextreg (FuncState *fs, expdesc *e) |
|
void | luaK_exp2val (FuncState *fs, expdesc *e) |
|
int | luaK_exp2RK (FuncState *fs, expdesc *e) |
|
void | luaK_self (FuncState *fs, expdesc *e, expdesc *key) |
|
void | luaK_indexed (FuncState *fs, expdesc *t, expdesc *k) |
|
void | luaK_goiftrue (FuncState *fs, expdesc *e) |
|
void | luaK_goiffalse (FuncState *fs, expdesc *e) |
|
void | luaK_storevar (FuncState *fs, expdesc *var, expdesc *e) |
|
void | luaK_setreturns (FuncState *fs, expdesc *e, int nresults) |
|
void | luaK_setoneret (FuncState *fs, expdesc *e) |
|
int | luaK_jump (FuncState *fs) |
|
void | luaK_ret (FuncState *fs, int first, int nret) |
|
void | luaK_patchlist (FuncState *fs, int list, int target) |
|
void | luaK_patchtohere (FuncState *fs, int list) |
|
void | luaK_patchclose (FuncState *fs, int list, int level) |
|
void | luaK_concat (FuncState *fs, int *l1, int l2) |
|
int | luaK_getlabel (FuncState *fs) |
|
void | luaK_prefix (FuncState *fs, UnOpr op, expdesc *v, int line) |
|
void | luaK_infix (FuncState *fs, BinOpr op, expdesc *v) |
|
void | luaK_posfix (FuncState *fs, BinOpr op, expdesc *v1, expdesc *v2, int line) |
|
void | luaK_setlist (FuncState *fs, int base, int nelems, int tostore) |
|