Home
last modified time | relevance | path

Searched refs:GETARG_Bx (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlopcodes.h106 #define GETARG_Bx(i) getarg(i, POS_Bx, SIZE_Bx) macro
112 #define GETARG_sBx(i) (GETARG_Bx(i)-MAXARG_sBx)
Dluac.c300 int bx=GETARG_Bx(i); in PrintCode()
Dlvm.c808 TValue *rb = k + GETARG_Bx(i); in luaV_execute()
1286 Proto *p = cl->p->p[GETARG_Bx(i)]; in luaV_execute()
Dldebug.c465 int b = (op == OP_LOADK) ? GETARG_Bx(i) in getobjname()