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

Function exclusiveset

other_src/lua/src/lpeg.cpp:1093–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091
1092
1093static int exclusiveset (Charset c1, Charset c2) {
1094 /* non-empty intersection? */
1095 loopset(i, {if ((c1[i] & c2[i]) != 0) return 0;});
1096 return 1; /* no intersection */
1097}
1098
1099
1100static int exclusive (CharsetTag *c1, CharsetTag *c2) {

Callers 2

exclusiveFunction · 0.85
interfereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected