Home
last modified time | relevance | path

Searched refs:quitCommandCalled (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/engines/
H A Dinteractengine.cpp39 int quitCommandCalled = 0; in getInput() local
41 while(quitCommandCalled != 1){ in getInput()
65 quitCommandCalled = command->execute(); in getInput()
69 …if (quitCommandCalled == 2) { m->mothurOut("[ERROR]: did not complete " + commandName + ".\n"); } in getInput()
H A Dscriptengine.cpp43 int quitCommandCalled = 0; in getInput() local
45 while(quitCommandCalled != 1){ in getInput()
69 quitCommandCalled = command->execute(); in getInput()
73 …if (quitCommandCalled == 2) { m->mothurOut("[ERROR]: did not complete " + commandName + ".\n"); } in getInput()
H A Dbatchengine.cpp75 int quitCommandCalled = 0; in getInput() local
76 while(quitCommandCalled != 1){ in getInput()
96 quitCommandCalled = command->execute(); in getInput()
100 …if (quitCommandCalled == 2) { m->mothurOut("[ERROR]: did not complete " + commandName + ".\n"); } in getInput()