Searched refs:luaL_gsub (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 106 luaL_gsub(L, lua_tostring(L, -1), LUA_EXECDIR, buff); in setprogdir() 354 name = luaL_gsub(L, name, ".", LUA_DIRSEP); in findfile() 362 filename = luaL_gsub(L, lua_tostring(L, -1), LUA_PATH_MARK, name); in findfile() 395 funcname = luaL_gsub(L, modname, ".", LUA_OFSEP); in mkfuncname() 599 path = luaL_gsub(L, path, LUA_PATHSEP LUA_PATHSEP, in setpath() 601 luaL_gsub(L, path, AUXMARK, def); in setpath()
|
| H A D | lauxlib.h | 85 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable
|
| H A D | lauxlib.c | 340 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 76 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 758 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function
|