HomeSort by: relevance | last modified time | path
    Searched refs:lua_pushcclosure (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/lua/dist/src/
lcorolib.c 111 lua_pushcclosure(L, luaB_auxwrap, 1);
lua.h 275 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
405 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
liolib.c 372 lua_pushcclosure(L, io_readline, 3 + n);
loadlib.c 726 lua_pushcclosure(L, searchers[i], 1);
lauxlib.c 960 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */
lapi.c 589 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { function
lstrlib.c 874 lua_pushcclosure(L, gmatch_aux, 3);
  /src/external/bsd/lutok/dist/
state.cpp 660 /// Wrapper around lua_pushcclosure.
662 /// This is not a pure wrapper around lua_pushcclosure because this has to do
673 lua_pushcclosure(_pimpl->lua_state, cxx_closure_trampoline, nvalues + 1);
689 lua_pushcclosure(_pimpl->lua_state, cxx_function_trampoline, 1);
state_test.cpp 1306 lua_pushcclosure(raw(state), c_get_upvalues, 2);

Completed in 55 milliseconds