Home | History | Annotate | Download | only in utils

Lines Matching full:endl

22 # define INFOS(chain) {HEREWEARE ; cerr << chain << endl ;}
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
48 cout << " at " << __TIME__ << endl ;\
58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ;
59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ;
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
66 #define REPERE cout<<flush ; cerr << " --------------" << endl << flush ;
67 #define BEGIN_OF(chain) {REPERE ; HERE ; cerr << "Begin of: " << chain << endl ; REPERE ; }
68 #define END_OF(chain) {REPERE ; HERE ; cerr << "Normal end of: " << chain << endl ; REPERE ; }