Searched refs:quitCommandCalled (Results 1 – 3 of 3) sorted by relevance
39 int quitCommandCalled = 0; in getInput() local41 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()
43 int quitCommandCalled = 0; in getInput() local45 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()
75 int quitCommandCalled = 0; in getInput() local76 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()