Home
last modified time | relevance | path

Searched defs:lua_writeline (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h284 #define lua_writeline() (lua_writestring("\n", 1), fflush(stdout)) macro
H A Dluaconf.h861 #define lua_writeline() printf("\n") macro