lua/lopcodes.c File Reference

#include "lua.h"
#include "lobject.h"
#include "lopcodes.h"

Go to the source code of this file.

Defines

#define lopcodes_c
#define opmode(t, b, bk, ck, sa, k, m)

Variables

const lu_byte luaP_opmodes [(((int)(OP_CLOSURE+1)))]


Define Documentation

#define lopcodes_c

Definition at line 9 of file lopcodes.c.

#define opmode ( t,
b,
bk,
ck,
sa,
k,
 ) 

Value:

(((t)<<OpModeT) | \
   ((b)<<OpModeBreg) | ((bk)<<OpModeBrk) | ((ck)<<OpModeCrk) | \
   ((sa)<<OpModesetA) | ((k)<<OpModeK) | (m))

Definition at line 59 of file lopcodes.c.


Variable Documentation

const lu_byte luaP_opmodes[(((int)(OP_CLOSURE+1)))]

Definition at line 64 of file lopcodes.c.


Generated on Fri Oct 12 08:44:55 2007 for rpm by  doxygen 1.5.2