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

Function capsubst_l

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

Source from the content-addressed store, hash-verified

1716static int capture_l (lua_State *L) { return capture_aux(L, Csimple, 0); }
1717static int tcapture_l (lua_State *L) { return capture_aux(L, Ctable, 0); }
1718static int capsubst_l (lua_State *L) { return capture_aux(L, Csubst, 0); }
1719
1720static int rcapture_l (lua_State *L) {
1721 switch (lua_type(L, 2)) {

Callers

nothing calls this directly

Calls 1

capture_auxFunction · 0.85

Tested by

no test coverage detected