Home
last modified time | relevance | path

Searched refs:terminate_command_ (Results 1 – 2 of 2) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A Dtexstream.h84 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
H A Dtexstream.cpp70 if (terminate_command_) { in put()
77 terminate_command_ = false; in put()