Searched refs:Oerrloop (Results 1 – 1 of 1) sorted by relevance
1133 static int Oerrloop; variable1138 if (Oerrloop) in Oerror()1140 Oerrloop = true; in Oerror()1169 void eflush() { if (fflush(stderr)!=0 && !Oerrloop) Oerror(); } in eflush()1172 if (fflush(workstdout ? workstdout : stdout) != 0 && !Oerrloop) in oflush()