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

Function tcapture_l

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

Source from the content-addressed store, hash-verified

1715
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) {

Callers

nothing calls this directly

Calls 1

capture_auxFunction · 0.85

Tested by

no test coverage detected