Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dloadlib.c184 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()
H A Dlauxlib.h106 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, variable
H A Dlauxlib.c978 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, in luaL_gsub() function
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h76 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c758 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function