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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c482 lua_getfield(L, lua_upvalueindex(1), "searchers"); /* will be at index 3 */
484 luaL_error(L, LUA_QL("package.searchers") " must be a table");
485 /* iterate over available searchers to find a loader */
488 if (lua_isnil(L, -1)) { /* no more searchers? */
676 static const lua_CFunction searchers[] = local
679 /* create 'searchers' table */
680 lua_createtable(L, sizeof(searchers)/sizeof(searchers[0]) - 1, 0);
681 /* fill it with pre-defined searchers */
682 for (i=0; searchers[
[all...]

Completed in 51 milliseconds