Searched refs:init_exp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lparser.c | 147 static void init_exp (expdesc *e, expkind k, int i) { in init_exp() function 155 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring() 276 init_exp(var, VLOCAL, v); /* variable is local */ in singlevaraux() 289 init_exp(var, VUPVAL, idx); in singlevaraux() 521 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure() 738 init_exp(t, VRELOCABLE, pc); in constructor() 739 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ in constructor() 860 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs() 941 init_exp(v, VKNUM, 0); in simpleexp() 950 init_exp(v, VNIL, 0); in simpleexp() [all …]
|