Home
last modified time | relevance | path

Searched refs:LUA_DIRSEP (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h120 #define LUA_DIRSEP "\\" macro
122 #define LUA_DIRSEP "/" macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c80 #define LUA_CSUBSEP LUA_DIRSEP
84 #define LUA_LSUBSEP LUA_DIRSEP
376 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
710 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()