nexeccalls        393 lib/lua/lvm.c  LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls) {
nexeccalls        609 lib/lua/lvm.c              nexeccalls++;
nexeccalls        661 lib/lua/lvm.c          if (--nexeccalls == 0)  /* was previous function running `here'? */
nexeccalls         33 lib/lua/lvm.h  LUAI_FUNC void luaV_execute (lua_State *L, int nexeccalls);