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

Function pattern_l

other_src/lua/src/lpeg.cpp:1322–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320
1321
1322static int pattern_l (lua_State *L) {
1323 lua_settop(L, 1);
1324 getpatt(L, 1, NULL);
1325 return 1;
1326}
1327
1328
1329#define isany(p) ((p)->i.code == IAny && ((p) + 1)->i.code == IEnd)

Callers

nothing calls this directly

Calls 2

getpattFunction · 0.85
lua_settopFunction · 0.70

Tested by

no test coverage detected