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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 62 LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def,
loslib.c 281 int op = luaL_checkoption(L, 2, "all", catnames);
liolib.c 549 int op = luaL_checkoption(L, 2, "cur", modenames);
568 int op = luaL_checkoption(L, 2, NULL, modenames);
lbaselib.c 167 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)];
lauxlib.c 320 LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def,

Completed in 33 milliseconds