Searched refs:luaL_gsub (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | loadlib.c | 184 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff); in setprogdir() 489 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath() 563 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()
|
D | lauxlib.h | 106 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, variable
|
D | lauxlib.c | 978 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, in luaL_gsub() function
|