Searched refs:luaM_newvector (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lundump.c | 109 f->code = luaM_newvector(S->L, n, Instruction); in LoadCode() 121 f->k = luaM_newvector(S->L, n, TValue); in LoadConstants() 155 f->p = luaM_newvector(S->L, n, Proto *); in LoadProtos() 169 f->upvalues = luaM_newvector(S->L, n, Upvaldesc); in LoadUpvalues() 183 f->lineinfo = luaM_newvector(S->L, n, int); in LoadDebug() 187 f->locvars = luaM_newvector(S->L, n, LocVar); in LoadDebug()
|
| H A D | lmem.h | 47 #define luaM_newvector(L,n,t) \ macro
|
| H A D | lstate.c | 154 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init()
|
| H A D | ltable.c | 322 t->node = luaM_newvector(L, size, Node); in setnodevector()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lundump.c | 89 f->code=luaM_newvector(S->L,n,Instruction); in LoadCode() 100 f->k=luaM_newvector(S->L,n,TValue); in LoadConstants() 125 f->p=luaM_newvector(S->L,n,Proto*); in LoadConstants() 139 f->upvalues=luaM_newvector(S->L,n,Upvaldesc); in LoadUpvalues() 154 f->lineinfo=luaM_newvector(S->L,n,int); in LoadDebug() 158 f->locvars=luaM_newvector(S->L,n,LocVar); in LoadDebug()
|
| H A D | lmem.h | 35 #define luaM_newvector(L,n,t) \ macro
|
| H A D | lstate.c | 134 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init()
|
| H A D | ltable.c | 291 t->node = luaM_newvector(L, size, Node); in setnodevector()
|