Home
last modified time | relevance | path

Searched refs:luaL_gsub (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dloadlib.c188 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff); in setprogdir()
493 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath()
567 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()
H A Dlauxlib.h120 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, variable
H A Dlauxlib.c1025 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, in luaL_gsub() function