Lines Matching refs:Proto
291 typedef struct Proto{ struct
295 struct Proto**p; argument
313 }Proto; argument
337 struct Proto*p;
496 struct Proto p;
889 static Proto*luaF_newproto(lua_State*L){
890 Proto*f=luaM_new(L,Proto);
913 static void luaF_freeproto(lua_State*L,Proto*f){
915 luaM_freearray(L,f->p,f->sizep,Proto*);
965 Proto*f;
982 static Proto*luaY_parser(lua_State*L,ZIO*z,Mbuffer*buff,
1094 static StkId adjust_varargs(lua_State*L,Proto*p,int actual){
1136 Proto*p=cl->p;
1237 Proto*tf;
1849 static void traverseproto(global_State*g,Proto*f){
1938 Proto*p=gco2p(o);
1941 return sizeof(Proto)+sizeof(Instruction)*p->sizecode+
1942 sizeof(Proto*)*p->sizep+
2429 static Proto*getluaproto(CallInfo*ci){
3145 Proto*f=fs->f;
3628 Proto*f=fs->f;
3731 Proto*f=fs->f;
3760 Proto*f=fs->f;
3860 Proto*f=fs->f;
3863 luaM_growvector(ls->L,f->p,fs->np,f->sizep,Proto*,
3876 Proto*f=luaF_newproto(L);
3902 Proto*f=fs->f;
3911 luaM_reallocvector(L,f->p,f->sizep,fs->np,Proto*);
3921 static Proto*luaY_parser(lua_State*L,ZIO*z,Mbuffer*buff,const char*name){
4041 Proto*f=fs->f;
5268 Proto*p;