Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c194 RILE * finptr; /*input file descriptor */ variable
284 if (finptr) { in Lexinit()
290 Iget_(finptr, nextc) in Lexinit()
319 fin=finptr; frew=foutptr; in nextlex()
410 fin = finptr; in eoflex()
552 fin = finptr;
680 fin=finptr; frew=foutptr; in readstring()
713 fin=finptr; in printstring()
755 fin=finptr; frew=foutptr;
1527 if (!(finptr=Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcsfnms.c614 finptr = (*rcsopen)(&RCSb, &RCSstat, mustread);
615 interesting = finptr || errno!=ENOENT;
754 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread);
778 if (finptr) {
799 return finptr ? 1 : -1;
1081 Ifclose(finptr);
H A Dci.c491 if (finptr) {
519 if (finptr)
646 Irewind(finptr);
664 fastcopy(finptr, frewrite);
765 : finptr && wtime < RCSstat.st_mtime ? RCSstat.st_mtime
834 Izclose(&finptr); in cleanup()
H A Drcsedit.c453 register RILE *fin = finptr;
609 while (1 < expandline(finptr,fcopy,delta,true,foutptr,true))
628 fin = finptr; in copystring()
684 fin = finptr; in enterstring()
764 fin = finptr;
1903 if (finptr) {
1904 fastcopy(finptr, frewrite);
1905 Izclose(&finptr);
H A Drcsclean.c220 if_advise_access(deltas->first != delta, finptr, MADV_SEQUENTIAL);
245 Izclose(&finptr); in cleanup()
H A Drcsgen.c372 if (finptr && !textflag) {
381 if (finptr) {
H A Dco.c464 finptr, MADV_SEQUENTIAL
520 Izclose(&finptr); in cleanup()
H A Drcs.c355 Izclose(&finptr);
613 advise_access(finptr, MADV_SEQUENTIAL);
651 Izclose(&finptr); in cleanup()
H A Drcsdiff.c448 Izclose(&finptr); in cleanup()
H A Drlog.c481 Izclose(&finptr); in cleanup()
676 fin = finptr;
H A Drcssyn.c674 if (!(finptr = Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcsrev.c883 if (!(finptr=Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcsbase.h546 extern RILE *finptr;