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

Function backref_l

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

Source from the content-addressed store, hash-verified

1751
1752
1753static int backref_l (lua_State *L) {
1754 Instruction *p = newpatt(L, 1);
1755 int n = getlabel(L, 1);
1756 setinstcap(p, IEmptyCaptureIdx, n, Cbackref, 0);
1757 return 1;
1758}
1759
1760
1761static int argcap_l (lua_State *L) {

Callers

nothing calls this directly

Calls 2

newpattFunction · 0.85
getlabelFunction · 0.85

Tested by

no test coverage detected