Home
last modified time | relevance | path

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

/freebsd/lib/liblua/
H A Dluaconf.h247 #if !defined(LUA_DIRSEP)
250 #define LUA_DIRSEP "\\" macro
252 #define LUA_DIRSEP "/" macro
/freebsd/stand/liblua/
H A Dluaconf.h240 #if !defined(LUA_DIRSEP)
243 #define LUA_DIRSEP "\\" macro
245 #define LUA_DIRSEP "/" macro
/freebsd/contrib/lua/src/
H A Dluaconf.h250 #if !defined(LUA_DIRSEP)
253 #define LUA_DIRSEP "\\" macro
255 #define LUA_DIRSEP "/" macro
H A Dloadlib.c43 #define LUA_CSUBSEP LUA_DIRSEP
47 #define LUA_LSUBSEP LUA_DIRSEP
512 luaL_optstring(L, 4, LUA_DIRSEP)); in ll_searchpath()
752 lua_pushliteral(L, LUA_DIRSEP "\n" LUA_PATH_SEP "\n" LUA_PATH_MARK "\n" in luaopen_package()
H A Dluaconf.h.dist241 @@ LUA_DIRSEP is the directory separator (for submodules).
245 #if !defined(LUA_DIRSEP)
248 #define LUA_DIRSEP "\\"
250 #define LUA_DIRSEP "/"
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h124 #define LUA_DIRSEP "\\" macro
126 #define LUA_DIRSEP "/" macro