Searched refs:vmcase (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lvm.c | 591 #define vmcase(l,b) case l: {b} break; macro 617 vmcase(OP_MOVE, in luaV_execute() 620 vmcase(OP_LOADK, in luaV_execute() 624 vmcase(OP_LOADKX, in luaV_execute() 630 vmcase(OP_LOADBOOL, in luaV_execute() 634 vmcase(OP_LOADNIL, in luaV_execute() 640 vmcase(OP_GETUPVAL, in luaV_execute() 644 vmcase(OP_GETTABUP, in luaV_execute() 648 vmcase(OP_GETTABLE, in luaV_execute() 651 vmcase(OP_SETTABUP, in luaV_execute() [all …]
|