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

Function nofail

other_src/lua/src/lpeg.cpp:1485–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483
1484
1485static int nofail (Instruction *p, int l) {
1486 int i;
1487 for (i = 0; i < l; i += sizei(p + i)) {
1488 if (!isnofail(p + i)) return 0;
1489 }
1490 return 1;
1491}
1492
1493
1494static int interfere (Instruction *p1, int l1, CharsetTag *st2) {

Callers 1

interfereFunction · 0.85

Calls 1

sizeiFunction · 0.85

Tested by

no test coverage detected