Searched refs:SETARG_B (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 52 SETARG_B(*previous, l - from); in luaK_nil() 366 SETARG_B(getcode(fs, e), nresults+1); in luaK_setreturns() 379 SETARG_B(getcode(fs, e), 2); in luaK_setoneret() 842 SETARG_B(getcode(fs, e2), e1->u.info); in luaK_posfix()
|
| H A D | lopcodes.h | 102 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) macro
|
| H A D | lparser.c | 755 SETARG_B(fs->f->code[pc], luaO_int2fb(cc.na)); /* set initial array size */ in constructor()
|
| /freebsd/contrib/lua/src/ |
| H A D | lopcodes.h | 130 #define SETARG_B(i,v) setarg(i, v, POS_B, SIZE_B) macro
|
| H A D | lcode.c | 143 SETARG_B(*previous, l - from); in luaK_nil() 1483 SETARG_B(fs->f->code[fs->pc - 1], int2sC(v2)); in finishbinexpneg() 1700 SETARG_B(*ie2, n + 1); /* will concatenate one more element */ in codeconcat()
|