Searched refs:terminate_command_ (Results 1 – 2 of 2) sorted by relevance
84 protectspace_(false), terminate_command_(false), in otexstream()99 void terminateCommand(bool terminate) { terminate_command_ = terminate; } in terminateCommand()101 bool terminateCommand() const { return terminate_command_; } in terminateCommand()122 bool terminate_command_; variable
70 if (terminate_command_) { in put()77 terminate_command_ = false; in put()