Searched refs:lua_pushcclosure (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcorolib.c94 lua_pushcclosure(L, luaB_auxwrap, 1);
H A Dlua.h214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
H A Dliolib.c311 lua_pushcclosure(L, io_readline, 3 + n);
H A Dloadlib.c684 lua_pushcclosure(L, searchers[i], 1);
H A Dlauxlib.c855 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */
H A Dlstrlib.c673 lua_pushcclosure(L, gmatch_aux, 3);
H A Dlapi.c555 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { function

Completed in 570 milliseconds