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

/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c191 RILE * finptr; /*input file descriptor */ variable
272 * initializes nextc, nexttok if finptr != 0
281 if (finptr) {
287 Iget_(finptr, nextc)
316 fin=finptr; frew=foutptr;
407 fin = finptr;
549 fin = finptr;
677 fin=finptr; frew=foutptr;
710 fin=finptr;
737 /* Copies a string terminated with SDELIM from file finptr t
[all...]
H A Drcsfnms.c406 Lexinit(); /* note: if !finptr, reads nothing; only initializes */
592 * Set finptr to the result and yield true if successful.
606 finptr = (*rcsopen)(&RCSb, &RCSstat, mustread);
607 interesting = finptr || errno!=ENOENT;
677 * is placed into finptr, and the admin-node is read in; returns 1.
746 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread);
770 if (finptr) {
791 return finptr ? 1 : -1;
1114 Ifclose(finptr);
H A Drcsedit.c450 register RILE *fin = finptr;
600 /* Function: Reads a string terminated by SDELIM from finptr and writes it
606 while (1 < expandline(finptr,fcopy,delta,true,foutptr,true))
613 /* Function: copies a string terminated with a single SDELIM from finptr to
625 fin = finptr;
681 fin = finptr;
729 * Read an edit script from finptr and applies it to the edit file.
739 * Assumes the next input character from finptr is the first character of
761 fin = finptr;
1893 if (finptr) {
[all...]
H A Drcsgen.c350 * if finptr && !textflag, the text is copied from the old description.
354 * If finptr, the old descriptive text is discarded.
369 if (finptr && !textflag) {
378 if (finptr) {
H A Drcssyn.c659 if (!(finptr = Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
H A Drcsbase.h545 extern RILE *finptr;
H A Drcsrev.c871 if (!(finptr=Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c218 if_advise_access(deltas->first != delta, finptr, MADV_SEQUENTIAL);
243 Izclose(&finptr);
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c477 * If the RCS file exists, finptr contains the file descriptor for the
488 if (finptr) {
516 if (finptr)
643 Irewind(finptr); variable
661 fastcopy(finptr, frewrite);
762 : finptr && wtime < RCSstat.st_mtime ? RCSstat.st_mtime
831 Izclose(&finptr);
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c340 * RCSname contains the name of the RCS file, and finptr
461 finptr, MADV_SEQUENTIAL
517 Izclose(&finptr);
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c444 Izclose(&finptr);
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c352 Izclose(&finptr); variable
514 * if !initflag, finptr contains the file descriptor for the
610 advise_access(finptr, MADV_SEQUENTIAL);
648 Izclose(&finptr);
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c369 * and finptr the file descriptor;
489 Izclose(&finptr);
681 fin = finptr;

Completed in 109 milliseconds