Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dloadlib.c181 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff); in setprogdir()
405 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath()
407 const char *filename = luaL_gsub(L, lua_tostring(L, -1), in searchpath()
471 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()
722 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP, in setpath()
724 luaL_gsub(L, path, AUXMARK, def); in setpath()
Dlauxlib.h88 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable
Dlauxlib.c904 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function