Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dluaconf.h257 #if !defined(LUA_DIRSEP)
260 #define LUA_DIRSEP "\\" macro
262 #define LUA_DIRSEP "/" macro
H A Dloadlib.c45 #define LUA_CSUBSEP LUA_DIRSEP
49 #define LUA_LSUBSEP LUA_DIRSEP
514 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
754 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()