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

Function capture_l

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

Source from the content-addressed store, hash-verified

1714
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

Callers

nothing calls this directly

Calls 1

capture_auxFunction · 0.85

Tested by

no test coverage detected