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_readline
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lua.c
427
**
lua_readline
defines how to show a prompt and then read a line from
430
** lua_freeline defines how to free a line read by
lua_readline
.
432
#if !defined(
lua_readline
) /* { */
439
#define
lua_readline
(L,b,p) ((void)L, ((b)=readline(p)) != NULL)
macro
446
#define
lua_readline
(L,b,p) \
macro
503
int readstatus =
lua_readline
(L, b, prmt);
Completed in 48 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026