Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c590 finopen(rcsopen, mustread)
591 RILE *(*rcsopen)P((struct buf*,struct stat*,int));
609 finptr = (*rcsopen)(&RCSb, &RCSstat, mustread);
623 RILE *(*rcsopen)P((struct buf*,struct stat*,int));
650 if (finopen(rcsopen, mustread))
660 return finopen(rcsopen, mustread);
664 pairnames(argc, argv, rcsopen, mustread, quiet) in pairnames() argument
667 RILE *(*rcsopen)P((struct buf*,struct stat*,int));
749 finptr = (*rcsopen)(&RCSbuf, &RCSstat, mustread);
756 x, strlen(x), rcsopen, mustread
[all …]