29#define hasjumps(e) ((e)->t != (e)->f)
41 previous = &fs->
f->
code[fs->
pc-1];
44 int pl = pfrom +
GETARG_B(*previous);
45 if ((pfrom <= from && from <= pl + 1) ||
46 (from <= pfrom && pfrom <= l + 1)) {
47 if (pfrom < from) from = pfrom;
82 int offset = dest-(pc+1);
105 return (pc+1)+offset;
170 if (target == fs->
pc)
262 int newstack = fs->
freereg + n;
311 while (oldsize < f->sizek)
setnilvalue(&f->
k[oldsize++]);
322 return addk(fs, &o, &o);
338 n =
addk(fs, &o, &o);
346 return addk(fs, &o, &o);
355 return addk(fs, &k, &v);
446 if (reg != e->
u.
info)
697 {
int temp = e->
f; e->
f = e->
t; e->
t = temp; }
754 temp = o1; o1 = o2; o2 = temp;
#define luaK_codeAsBx(fs, o, A, sBx)
#define luaC_barrier(L, p, v)
void luaX_syntaxerror(LexState *ls, const char *msg)
#define luaM_growvector(L, v, nelems, size, t, limit, e)
#define setbvalue(obj, x)
#define setsvalue(L, obj, x)
#define setnvalue(obj, x)
#define sethvalue(L, obj, x)
#define setobj(L, obj1, obj2)
#define LFIELDS_PER_FLUSH
#define CREATE_ABx(o, a, bc)
#define CREATE_ABC(o, a, b, c)
static int cond(LexState *ls)
TString * luaS_newlstr(lua_State *L, const char *str, size_t l)
TValue * luaH_set(lua_State *L, Table *t, const TValue *key)
#define lua_number2int(i, d)
int luaK_jump(FuncState *fs)
void luaK_infix(FuncState *fs, BinOpr op, expdesc *v)
LUAI_FUNC void luaK_patchclose(FuncState *fs, int list, int level)
int luaK_codek(FuncState *fs, int reg, int k)
static int jumponcond(FuncState *fs, expdesc *e, int cond)
int luaK_numberK(FuncState *fs, lua_Number r)
void luaK_exp2val(FuncState *fs, expdesc *e)
void luaK_exp2nextreg(FuncState *fs, expdesc *e)
static int code_label(FuncState *fs, int A, int b, int jump)
void luaK_storevar(FuncState *fs, expdesc *var, expdesc *ex)
static void freereg(FuncState *fs, int reg)
static Instruction * getjumpcontrol(FuncState *fs, int pc)
void luaK_self(FuncState *fs, expdesc *e, expdesc *key)
int luaK_codeABx(FuncState *fs, OpCode o, int a, unsigned int bc)
void luaK_prefix(FuncState *fs, UnOpr op, expdesc *e, int line)
static void codecomp(FuncState *fs, OpCode op, int cond, expdesc *e1, expdesc *e2)
static void discharge2anyreg(FuncState *fs, expdesc *e)
void luaK_posfix(FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2, int line)
static int isnumeral(expdesc *e)
void luaK_patchlist(FuncState *fs, int list, int target)
static void codearith(FuncState *fs, OpCode op, expdesc *e1, expdesc *e2, int line)
void luaK_patchtohere(FuncState *fs, int list)
void luaK_goiffalse(FuncState *fs, expdesc *e)
void luaK_nil(FuncState *fs, int from, int n)
static void removevalues(FuncState *fs, int list)
static int condjump(FuncState *fs, OpCode op, int A, int B, int C)
void luaK_goiftrue(FuncState *fs, expdesc *e)
void luaK_setoneret(FuncState *fs, expdesc *e)
static void patchlistaux(FuncState *fs, int list, int vtarget, int reg, int dtarget)
static void invertjump(FuncState *fs, expdesc *e)
int luaK_exp2RK(FuncState *fs, expdesc *e)
static void fixjump(FuncState *fs, int pc, int dest)
static int luaK_code(FuncState *fs, Instruction i)
static void discharge2reg(FuncState *fs, expdesc *e, int reg)
static int nilK(FuncState *fs)
void luaK_dischargevars(FuncState *fs, expdesc *e)
void luaK_concat(FuncState *fs, int *l1, int l2)
static void freeexp(FuncState *fs, expdesc *e)
void luaK_setreturns(FuncState *fs, expdesc *e, int nresults)
static void exp2reg(FuncState *fs, expdesc *e, int reg)
void luaK_fixline(FuncState *fs, int line)
static int codeextraarg(FuncState *fs, int a)
int luaK_stringK(FuncState *fs, TString *s)
static int getjump(FuncState *fs, int pc)
static int patchtestreg(FuncState *fs, int node, int reg)
int luaK_exp2anyreg(FuncState *fs, expdesc *e)
void luaK_exp2anyregup(FuncState *fs, expdesc *e)
static int addk(FuncState *fs, TValue *key, TValue *v)
static void codenot(FuncState *fs, expdesc *e)
void luaK_setlist(FuncState *fs, int base, int nelems, int tostore)
static void dischargejpc(FuncState *fs)
void luaK_ret(FuncState *fs, int first, int nret)
void luaK_reserveregs(FuncState *fs, int n)
static int need_value(FuncState *fs, int list)
static int constfolding(OpCode op, expdesc *e1, expdesc *e2)
void luaK_indexed(FuncState *fs, expdesc *t, expdesc *k)
int luaK_getlabel(FuncState *fs)
void luaK_checkstack(FuncState *fs, int n)
static int boolK(FuncState *fs, int b)
lua_Number luaO_arith(int op, lua_Number v1, lua_Number v2)
#define luaV_rawequalobj(o1, o2)
#define luai_numunm(L, a)
#define luaK_codeABC(fs, o, a, b, c)
CURL_EXTERN CURLMcode curl_socket_t s
struct expdesc::@61::@62 ind