Home
last modified time | relevance | path

Searched refs:newlineHL (Results 1 – 4 of 4) sorted by relevance

/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DC5.H133 static boost::intrusive_ptr<PrintQC> newline, newlineHL; variable
187 boost::intrusive_ptr<InterpreterNS::OSTREAM> newlineHL();
H A DC5.C580 intrusive_ptr<PrintQC> PrintQC::newlineHL(new PrintQC("\n", true, IdeOutputStream::normalFormat));
587 intrusive_ptr<OSTREAM> IdeOutputStream::newlineHL() { in newlineHL() function
588 this->console->postCommand(PrintQC::newlineHL); in newlineHL()
675 ios->newlineHL(); in outputHighlightedChars()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DC5.H133 static boost::intrusive_ptr<PrintQC> newline, newlineHL; variable
187 boost::intrusive_ptr<InterpreterNS::OSTREAM> newlineHL();
H A DC5.C580 intrusive_ptr<PrintQC> PrintQC::newlineHL(new PrintQC("\n", true, IdeOutputStream::normalFormat));
587 intrusive_ptr<OSTREAM> IdeOutputStream::newlineHL() { in newlineHL() function
588 this->console->postCommand(PrintQC::newlineHL); in newlineHL()
675 ios->newlineHL(); in outputHighlightedChars()