Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff); in setprogdir()
356 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath()
358 const char *filename = luaL_gsub(L, lua_tostring(L, -1), in searchpath()
422 modname = luaL_gsub(L, modname, ".", LUA_OFSEP); in loadfunc()
646 path = luaL_gsub(L, path, LUA_PATH_SEP LUA_PATH_SEP, in setpath()
648 luaL_gsub(L, path, AUXMARK, def); in setpath()
Dlauxlib.c902 LUALIB_API const char *luaL_gsub (lua_State *L, const char *s, const char *p, in luaL_gsub() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlauxlib.h88 LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, variable