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

Function exclusive

other_src/lua/src/lpeg.cpp:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098
1099
1100static int exclusive (CharsetTag *c1, CharsetTag *c2) {
1101 if (c1->tag == NOINFO || c2->tag == NOINFO)
1102 return 0; /* one of them is not filled */
1103 else return exclusiveset(c1->cs, c2->cs);
1104}
1105
1106
1107static Instruction *newcharset (lua_State *L) {

Callers 1

basicUnionFunction · 0.85

Calls 1

exclusivesetFunction · 0.85

Tested by

no test coverage detected