Home
last modified time | relevance | path

Searched defs:setPrompt (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt() function
/third_party/node/lib/
Dreadline.js350 Interface.prototype.setPrompt = function(prompt) { method in Interface
Drepl.js1178 REPLServer.prototype.setPrompt = function setPrompt(prompt) { method in REPLServer