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

/freebsd-12-stable/contrib/lua/src/
H A Dloadlib.c177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
301 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP,
303 luaL_gsub(L, path, AUXMARK, dft);
442 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */
444 const char *filename = luaL_gsub(L, lua_tostring(L, -1),
515 modname = luaL_gsub(L, modname, ".", LUA_OFSEP);
H A Dlauxlib.h96 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p,
H A Dlauxlib.c991 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, function
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h77 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p,
H A Dlauxlib.c759 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, function

Completed in 167 milliseconds