Searched refs:Oerrloop (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Drcslex.c1138 static int Oerrloop; variable
1143 if (Oerrloop)
1145 Oerrloop = true;
1174 void eflush() { if (fflush(stderr)!=0 && !Oerrloop) Oerror(); }
1177 if (fflush(workstdout ? workstdout : stdout) != 0 && !Oerrloop)

Completed in 16 milliseconds