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

  /external/chromium_org/third_party/skia/third_party/lua/src/
loadlib.c 177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
356 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */
358 const char *filename = luaL_gsub(L, lua_tostring(L, -1),
422 modname = luaL_gsub(L, modname, ".", LUA_OFSEP);
646 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP,
648 luaL_gsub(L, path, AUXMARK, def);
lauxlib.h 88 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p,
lauxlib.c 902 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p,

Completed in 32 milliseconds