Searched refs:psource (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dldump.c121 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);
196 static void dumpFunction (DumpState *D, const Proto *f, TString *psource) { argument
197 if (D->strip || f->source == psource)
H A Dlundump.c156 static void loadFunction(LoadState *S, Proto *f, TString *psource);
264 static void loadFunction (LoadState *S, Proto *f, TString *psource) { argument
267 f->source = psource; /* reuse parent's source */

Completed in 126 milliseconds