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

Function target

other_src/lua/src/lpeg.cpp:904–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902
903
904static int target (Instruction *p, int i) {
905 while (p[i].i.code == IJmp) i += p[i].i.offset;
906 return i;
907}
908
909
910static void optimizejumps (Instruction *p) {

Callers 3

checkruleFunction · 0.85
optimizejumpsFunction · 0.85
fix_lFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected