| 1714 | |
| 1715 | |
| 1716 | static int capture_l (lua_State *L) { return capture_aux(L, Csimple, 0); } |
| 1717 | static int tcapture_l (lua_State *L) { return capture_aux(L, Ctable, 0); } |
| 1718 | static int capsubst_l (lua_State *L) { return capture_aux(L, Csubst, 0); } |
| 1719 |
nothing calls this directly
no test coverage detected