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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlua.c59 ** lua_readline defines how to show a prompt and then read a line from
62 ** lua_freeline defines how to free a line read by lua_readline.
69 #define lua_readline(L,b,p) ((void)L, ((b)=readline(p)) != NULL) macro
75 #elif !defined(lua_readline)
77 #define lua_readline(L,b,p) \ macro
265 int readstatus = lua_readline(L, b, prmt);

Completed in 5 milliseconds