Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dci.c691 Ierror();
702 Ierror();
710 Ierror();
728 Ierror();
732 Ierror();
H A Drcslex.c1145 void Ierror() { efaterror("input error"); } in Ierror() function
1146 void testIerror(f) FILE *f; { if (ferror(f)) Ierror(); } in testIerror()
1149 void Ifclose(f) RILE *f; { if (f && Iclose(f)!=0) Ierror(); } in Ifclose()
1163 void Irewind(f) FILE *f; { if (fseek(f,0L,SEEK_SET) != 0) Ierror(); } in Irewind()
H A Drcsbase.h304 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c)
562 void Ierror P((void)) exiting;
H A Drcsgen.c412 Ierror();
H A DChangeLog207 (cacheunget_): No longer take a failure arg; just call Ierror.
597 * rcslex.c: Don't export Ierror(), errsay().