HomeSort by relevance Sort by last modified time
    Searched full:lua_readline (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 59 ** 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 124 milliseconds