Lines Matching +defs:f +defs:o
149 Proto* f; in combine() local
173 const Proto* f; in pmain() local
266 static void PrintType(const Proto* f, int i) in PrintType()
268 const TValue* o=&f->k[i]; in PrintType() local
295 static void PrintConstant(const Proto* f, int i) in PrintConstant()
297 const TValue* o=&f->k[i]; in PrintConstant() local
335 static void PrintCode(const Proto* f) in PrintCode()
342 OpCode o=GET_OPCODE(i); in PrintCode() local
669 static void PrintHeader(const Proto* f) in PrintHeader()
689 static void PrintDebug(const Proto* f) in PrintDebug()
717 static void PrintFunction(const Proto* f, int full) in PrintFunction()