HomeSort by relevance Sort by last modified time
    Searched refs:luaL_pushmodule (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 200 LUALIB_API void (luaL_pushmodule) (lua_State *L, const char *modname,
lauxlib.c 810 LUALIB_API void luaL_pushmodule (lua_State *L, const char *modname,
831 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */
loadlib.c 588 luaL_pushmodule(L, modname, 1); /* get/create module table */

Completed in 67 milliseconds