Searched refs:AUXMARK (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dloadlib.c272 #define AUXMARK "\1" /* auxiliary mark */ macro
300 /* replace ";;" by ";AUXMARK;" and then AUXMARK by default path */
302 LUA_PATH_SEP AUXMARK LUA_PATH_SEP);
303 luaL_gsub(L, path, AUXMARK, dft);

Completed in 106 milliseconds