Searched refs:luaM_newvector (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlundump.c115 f->code = luaM_newvector(S->L, n, Instruction);
127 f->k = luaM_newvector(S->L, n, TValue);
161 f->p = luaM_newvector(S->L, n, Proto *);
176 f->upvalues = luaM_newvector(S->L, n, Upvaldesc);
190 f->lineinfo = luaM_newvector(S->L, n, int);
194 f->locvars = luaM_newvector(S->L, n, LocVar);
H A Dlmem.h47 #define luaM_newvector(L,n,t) \ macro
H A Dlstate.c154 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue);
H A Dltable.c322 t->node = luaM_newvector(L, size, Node);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c89 f->code=luaM_newvector(S->L,n,Instruction);
100 f->k=luaM_newvector(S->L,n,TValue);
125 f->p=luaM_newvector(S->L,n,Proto*);
139 f->upvalues=luaM_newvector(S->L,n,Upvaldesc);
154 f->lineinfo=luaM_newvector(S->L,n,int);
158 f->locvars=luaM_newvector(S->L,n,LocVar);
H A Dlmem.h35 #define luaM_newvector(L,n,t) \ macro
H A Dlstate.c134 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue);
H A Dltable.c291 t->node = luaM_newvector(L, size, Node);

Completed in 119 milliseconds