OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lua_writestring
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/lua/dist/src/
lauxlib.h
278
#if !defined(
lua_writestring
)
279
#define
lua_writestring
(s,l) fwrite((s), sizeof(char), (l), stdout)
macro
284
#define lua_writeline() (
lua_writestring
("\n", 1), fflush(stdout))
luaconf.h
860
#define
lua_writestring
(s,l) printf("%s", (s))
macro
Completed in 38 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026