Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c1133 static int Oerrloop; variable
1138 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()