/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.c | 148 static void init_exp (expdesc *e, expkind k, int i) { function 156 init_exp(e, VK, luaK_stringK(ls->fs, s)); 277 init_exp(var, VLOCAL, v); /* variable is local */ 290 init_exp(var, VUPVAL, idx); 522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); 739 init_exp(t, VRELOCABLE, pc); 740 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); 942 init_exp(v, VKNUM, 0); 951 init_exp(v, VNIL, 0) [all...] |
/external/syslinux/com32/lua/src/ |
lparser.c | 148 static void init_exp (expdesc *e, expkind k, int i) { function 156 init_exp(e, VK, luaK_stringK(ls->fs, s)); 277 init_exp(var, VLOCAL, v); /* variable is local */ 290 init_exp(var, VUPVAL, idx); 522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); 739 init_exp(t, VRELOCABLE, pc); 740 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ 861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); 942 init_exp(v, VKNUM, 0); 951 init_exp(v, VNIL, 0) [all...] |