Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlvm.c554 #define vmcase(l,b) case l: {b} break; macro
580 vmcase(OP_MOVE, in luaV_execute()
583 vmcase(OP_LOADK, in luaV_execute()
587 vmcase(OP_LOADKX, in luaV_execute()
593 vmcase(OP_LOADBOOL, in luaV_execute()
597 vmcase(OP_LOADNIL, in luaV_execute()
603 vmcase(OP_GETUPVAL, in luaV_execute()
607 vmcase(OP_GETTABUP, in luaV_execute()
611 vmcase(OP_GETTABLE, in luaV_execute()
614 vmcase(OP_SETTABUP, in luaV_execute()
[all …]