MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / printpatt

Function printpatt

other_src/lua/src/lpeg.cpp:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344
345static void printpatt (Instruction *p) {
346 Instruction *op = p;
347 for (;;) {
348 printinst(op, p);
349 if ((Opcode)p->i.code == IEnd) break;
350 p += sizei(p);
351 }
352}
353
354
355#if 0

Callers 1

printpat_lFunction · 0.85

Calls 2

printinstFunction · 0.85
sizeiFunction · 0.85

Tested by

no test coverage detected