Searched refs:luaL_gsub (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | loadlib.c | 177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff); in setprogdir() 301 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP, in setpath() 303 luaL_gsub(L, path, AUXMARK, dft); in setpath() 442 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath() 444 const char *filename = luaL_gsub(L, lua_tostring(L, -1), in searchpath() 515 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()
|
| H A D | lauxlib.h | 96 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable
|
| H A D | lauxlib.c | 991 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.h | 77 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable
|
| H A D | lauxlib.c | 759 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function
|