Home
last modified time | relevance | path

Searched refs:warnAboutCocoa5 (Results 1 – 10 of 10) sorted by relevance

/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DMain.C167 bool warnAboutCocoa5 = true; in main() local
257 warnAboutCocoa5 = false; in main()
293 return IDE::launchTheIDE(warningLevel, warnAboutCocoa5, packageList, fullCoCoALibError); in main()
309 …interpreter = new Interpreter(warnAboutCocoa5, lineProvider, errorReporter, output, /*input,*/ ful… in main()
H A DC5.H298 … MainWindow *mainWindow, LexerNS::WarningSeverity warningLevel, bool warnAboutCocoa5, const std::v…
367 …pplication *application, LexerNS::WarningSeverity warningLevel, bool warnAboutCocoa5, const std::v…
H A DC5.C924 … *parent, MainWindow *mainWindow, WarningSeverity warningLevel, bool warnAboutCocoa5, const vector… in Console() argument
942 …this->interpreter = new Interpreter(warnAboutCocoa5, this->lineProvider, this->errorReporter, this… in Console()
1710 …arent, QApplication *application, WarningSeverity warningLevel, bool warnAboutCocoa5, const vector… in MainWindow() argument
1744 …this->console = new Console(this, this, warningLevel, warnAboutCocoa5, packageList, fullCoCoALibEr… in MainWindow()
2002 int launchTheIDE(WarningSeverity warningLevel, bool warnAboutCocoa5, const vector<string> &packageL… in launchTheIDE() argument
2015 …CoCoA::IDE::MainWindow main(0, &app, warningLevel, warnAboutCocoa5, packageList, fullCoCoALibError… in launchTheIDE()
H A DInterpreter.H61 …int launchTheIDE(CoCoA::LexerNS::WarningSeverity warningLevel, bool warnAboutCocoa5, const std::ve…
1283 const bool warnAboutCocoa5;
1335 …Interpreter(bool warnAboutCocoa5, boost::intrusive_ptr<LexerNS::LineProvider> lineProvider, boost:…
H A DInterpreter.C1260 Interpreter::Interpreter(bool warnAboutCocoa5, intrusive_ptr<LineProvider> lineProvider, intrusive_… in Interpreter() argument
1261 warnAboutCocoa5(warnAboutCocoa5), in Interpreter()
2884 …rusive_ptr<Lexer>(new Lexer(this->errorReporter, this->lineProvider, this->warnAboutCocoa5, true)); in run()
2988 …intrusive_ptr<Lexer> lexer = new Lexer(this->errorReporter, SourceText, this->warnAboutCocoa5, fal… in run()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DMain.C170 bool warnAboutCocoa5 = true; in main() local
266 warnAboutCocoa5 = false; in main()
311 return IDE::launchTheIDE(warningLevel, warnAboutCocoa5, packageList, fullCoCoALibError); in main()
327 …interpreter = new Interpreter(warnAboutCocoa5, lineProvider, errorReporter, output, /*input,*/ ful… in main()
H A DC5.H298 … MainWindow *mainWindow, LexerNS::WarningSeverity warningLevel, bool warnAboutCocoa5, const std::v…
367 …pplication *application, LexerNS::WarningSeverity warningLevel, bool warnAboutCocoa5, const std::v…
H A DC5.C924 … *parent, MainWindow *mainWindow, WarningSeverity warningLevel, bool warnAboutCocoa5, const vector… in Console() argument
942 …this->interpreter = new Interpreter(warnAboutCocoa5, this->lineProvider, this->errorReporter, this… in Console()
1710 …arent, QApplication *application, WarningSeverity warningLevel, bool warnAboutCocoa5, const vector… in MainWindow() argument
1744 …this->console = new Console(this, this, warningLevel, warnAboutCocoa5, packageList, fullCoCoALibEr… in MainWindow()
2003 int launchTheIDE(WarningSeverity warningLevel, bool warnAboutCocoa5, const vector<string> &packageL… in launchTheIDE() argument
2016 …CoCoA::IDE::MainWindow main(0, &app, warningLevel, warnAboutCocoa5, packageList, fullCoCoALibError… in launchTheIDE()
H A DInterpreter.H60 …int launchTheIDE(CoCoA::LexerNS::WarningSeverity warningLevel, bool warnAboutCocoa5, const std::ve…
1284 const bool warnAboutCocoa5;
1336 …Interpreter(bool warnAboutCocoa5, boost::intrusive_ptr<LexerNS::LineProvider> lineProvider, boost:…
H A DInterpreter.C1267 Interpreter::Interpreter(bool warnAboutCocoa5, intrusive_ptr<LineProvider> lineProvider, intrusive_… in Interpreter() argument
1268 warnAboutCocoa5(warnAboutCocoa5), in Interpreter()
2904 …rusive_ptr<Lexer>(new Lexer(this->errorReporter, this->lineProvider, this->warnAboutCocoa5, true)); in run()
3008 …intrusive_ptr<Lexer> lexer = new Lexer(this->errorReporter, SourceText, this->warnAboutCocoa5, fal… in run()