Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
345
static 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_l
Function · 0.85
Calls
2
printinst
Function · 0.85
sizei
Function · 0.85
Tested by
no test coverage detected