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

Function newcharset

other_src/lua/src/lpeg.cpp:1107–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105
1106
1107static Instruction *newcharset (lua_State *L) {
1108 Instruction *p = newpatt(L, CHARSETINSTSIZE);
1109 p[0].i.code = ISet;
1110 p[0].i.offset = 0;
1111 loopset(i, p[1].buff[i] = 0);
1112 return p;
1113}
1114
1115
1116static int set_l (lua_State *L) {

Callers 4

set_lFunction · 0.85
range_lFunction · 0.85
diff_lFunction · 0.85
createcatFunction · 0.85

Calls 1

newpattFunction · 0.85

Tested by

no test coverage detected