HomeSort by: relevance | last modified time | path
    Searched refs:finptr (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcslex.c 194 RILE * finptr; /*input file descriptor */ variable
275 * initializes nextc, nexttok if finptr != 0
284 if (finptr) {
290 Iget_(finptr, nextc)
319 fin=finptr; frew=foutptr;
410 fin = finptr;
552 fin = finptr;
680 fin=finptr; frew=foutptr;
713 fin=finptr;
740 /* Copies a string terminated with SDELIM from file finptr to buffer target
    [all...]
rcsfnms.c 414 Lexinit(); /* note: if !finptr, reads nothing; only initializes */
600 * Set finptr to the result and yield true if successful.
614 finptr = (*rcsopen)(&RCSb, &RCSstat, mustread);
615 interesting = finptr || errno!=ENOENT;
685 * is placed into finptr, and the admin-node is read in; returns 1.
754 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread);
778 if (finptr) {
799 return finptr ? 1 : -1;
1081 Ifclose(finptr);
rcsclean.c 220 if_advise_access(deltas->first != delta, finptr, MADV_SEQUENTIAL);
245 Izclose(&finptr);
rcsedit.c 453 register RILE *fin = finptr;
603 /* Function: Reads a string terminated by SDELIM from finptr and writes it
609 while (1 < expandline(finptr,fcopy,delta,true,foutptr,true))
616 /* Function: copies a string terminated with a single SDELIM from finptr to
628 fin = finptr;
684 fin = finptr;
732 * Read an edit script from finptr and applies it to the edit file.
742 * Assumes the next input character from finptr is the first character of
764 fin = finptr;
1903 if (finptr) {
    [all...]
ci.c 480 * If the RCS file exists, finptr contains the file descriptor for the
491 if (finptr) {
519 if (finptr)
646 Irewind(finptr); variable
664 fastcopy(finptr, frewrite);
765 : finptr && wtime < RCSstat.st_mtime ? RCSstat.st_mtime
834 Izclose(&finptr);
co.c 343 * RCSname contains the name of the RCS file, and finptr
464 finptr, MADV_SEQUENTIAL
520 Izclose(&finptr);
rcsgen.c 353 * if finptr && !textflag, the text is copied from the old description.
357 * If finptr, the old descriptive text is discarded.
372 if (finptr && !textflag) {
381 if (finptr) {
rcsdiff.c 448 Izclose(&finptr);
rcssyn.c 674 if (!(finptr = Iopen(argv[1], FOPEN_R, (struct stat*)0))) {
rcs.c 355 Izclose(&finptr); variable
517 * if !initflag, finptr contains the file descriptor for the
613 advise_access(finptr, MADV_SEQUENTIAL);
651 Izclose(&finptr);
rlog.c 368 * and finptr the file descriptor;
481 Izclose(&finptr);
676 fin = finptr;
rcsbase.h 546 extern RILE *finptr;
rcsrev.c 883 if (!(finptr=Iopen(argv[1], FOPEN_R, (struct stat*)0))) {

Completed in 53 milliseconds