Home
last modified time | relevance | path

Searched refs:currentPrompt (Results 1 – 14 of 14) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/console/sci_gateway/cpp/
H A Dsci_prompt.cpp33 const char* currentPrompt; in sci_prompt() local
49 currentPrompt = GetCurrentPrompt(); in sci_prompt()
50 out.push_back(new types::String(currentPrompt)); in sci_prompt()
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/
H A DSparkSQLCLIDriver.scala236 var currentPrompt = promptWithCurrentDB variable
237 var line = reader.readLine(currentPrompt + "> ")
249 currentPrompt = promptWithCurrentDB
252 currentPrompt = continuedPromptWithDBSpaces
255 line = reader.readLine(currentPrompt + "> ")
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/win32/
H A Dconsole.cpp593 if (isCharacterGeneratingKeypress && (currentPrompt.empty() || model.newlinesBuffered)) in consolePeekNonBlocking()
675 if (!(isCharacterGeneratingKeypress && (currentPrompt.empty() || model.newlinesBuffered))) in consolePeekBlocking()
820 : currentPrompt; in redrawInputLine()
885 if (currentPrompt.size() && !promptRetracted) in retractPrompt()
892 …size_t width = std::max<size_t>(currentPrompt.size() + model.buffer.size() + 1 + inputLineOffset, … in retractPrompt()
1011 currentPrompt = newprompt; in updateInputPrompt()
1030 std::wstring wprompt = toUtf16String(currentPrompt); in checkForCompletedInputLine()
1040 rdbuf->logfile << currentPrompt << u8s << "\n"; in checkForCompletedInputLine()
1044 rdbuf->logfile << currentPrompt << toUtf8String(ws, rdbuf->codepage) << "\n"; in checkForCompletedInputLine()
1047 currentPrompt.clear(); in checkForCompletedInputLine()
[all …]
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dstyleman.c69 static PrompT currentPrompt; variable
167 SetTitle ( currentPrompt, MakePromptVal() ); in OnSetCurrentButton()
321 currentPrompt = StaticPrompt (bg, MakePromptVal(), 0, 0, systemFont, 'l'); in Nlm_MuskStyleManager()
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/c/windows/
H A DTermLine.c33 static const char *currentPrompt = NULL; variable
396 return currentPrompt; in getCurrentPrompt()
401 currentPrompt = prompt; in setCurrentPrompt()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/example/java/org/drinkless/tdlib/example/
H A DExample.java55 private static volatile String currentPrompt = null; field in Example
66 if (currentPrompt != null) { in print()
70 if (currentPrompt != null) { in print()
71 System.out.print(currentPrompt); in print()
195 currentPrompt = prompt; in promptString()
203 currentPrompt = null; in promptString()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DConsoleInterface.cpp192 …> ConsoleInterface::scrollCommandHistoryPositionUp(const ConsoleInterface::String_t& currentPrompt) in scrollCommandHistoryPositionUp() argument
203 mTemporaryCommandString = currentPrompt; in scrollCommandHistoryPositionUp()
H A DConsoleInterface.h88 boost::optional<const String_t&> scrollCommandHistoryPositionUp(const String_t& currentPrompt);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/win32/
H A Dmegaconsole.h173 std::string currentPrompt; member
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRSession.cpp473 bool isSuspendable(const std::string& currentPrompt) in isSuspendable() argument
491 if (currentPrompt != defaultPrompt) in isSuspendable()
/dports/devel/spark/spark-2.1.1/repl/scala-2.10/src/main/scala/org/apache/spark/repl/
H A DSparkILoop.scala312 private var currentPrompt = Properties.shellPromptString
320 def setPrompt(prompt: String) = currentPrompt = prompt
328 def prompt = currentPrompt
/dports/math/form/form-4.2.1/sources/
H A Dstartup.c1199 AX.currentPrompt=0;
1738 if(AX.currentPrompt){
1739 M_free(AX.currentPrompt,"external channel prompt");
1740 AX.currentPrompt=0;
H A Dpre.c5292 if(AX.currentPrompt!=0){/*Change default terminator*/ in DoExternal()
5293 if(setTerminatorForExternalChannel( (char *)AX.currentPrompt)){ in DoExternal()
5323 if ( AX.currentPrompt ) in DoPrompt()
5324 M_free(AX.currentPrompt,"external channel prompt"); in DoPrompt()
5326 AX.currentPrompt = (UBYTE *)strDup1((UBYTE *)"","external channel prompt"); in DoPrompt()
5328 AX.currentPrompt = strDup1(s,"external channel prompt"); in DoPrompt()
5329 if( setTerminatorForExternalChannel( (char *)AX.currentPrompt) > 0 ){ in DoPrompt()
H A Dstructs.h2402 UBYTE *currentPrompt; member