Searched refs:luaL_gsub (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | loadlib.c | 188 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 D | lauxlib.h | 120 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, variable
|
H A D | lauxlib.c | 1025 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, in luaL_gsub() function
|