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

Function nocalls

other_src/lua/src/lpeg.cpp:1425–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423
1424
1425static int nocalls (const Instruction *p) {
1426 for (; (Opcode)p->i.code != IEnd; p += sizei(p))
1427 if ((Opcode)p->i.code == IOpenCall) return 0;
1428 return 1;
1429}
1430
1431
1432static int pattbehind (lua_State *L) {

Callers 1

pattbehindFunction · 0.85

Calls 1

sizeiFunction · 0.85

Tested by

no test coverage detected