HomeSort by relevance Sort by last modified time
    Searched refs:READLINE (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
d8-readline.cc 30 #include <readline/readline.h> // NOLINT
31 #include <readline/history.h> // NOLINT
38 // implementations of readline. This smooths out one known incompatibility.
49 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { }
83 char* result = readline(prompt);
d8.h 146 static Handle<Value> ReadLine(const Arguments& args);
203 enum Type { DUMB = 0, READLINE = 1 };
  /external/webkit/JavaScriptCore/
jsc.cpp 44 #if HAVE(READLINE)
45 #include <readline/history.h>
46 #include <readline/readline.h>
161 putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 0, Identifier(globalExec(), "readline"), functionReadline));
422 #if HAVE(READLINE) && !RUNNING_FROM_XCODE
423 char* line = readline(interactivePrompt);

Completed in 1497 milliseconds