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

Function nter_l

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

Source from the content-addressed store, hash-verified

1146
1147
1148static int nter_l (lua_State *L) {
1149 Instruction *p;
1150 luaL_argcheck(L, !lua_isnoneornil(L, 1), 1, "non-nil value expected");
1151 p = newpatt(L, 1);
1152 setinst(p, IOpenCall, value2fenv(L, 1));
1153 return 1;
1154}
1155
1156
1157

Callers

nothing calls this directly

Calls 2

newpattFunction · 0.85
value2fenvFunction · 0.85

Tested by

no test coverage detected