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

  /src/external/gpl2/rcs/dist/src/
rcsedit.c 1310 register char const *sp, *RCSpath, *x;
1333 RCSpath = RCSbuf->string;
1334 sp = basefilename(RCSpath);
1335 l = sp - RCSpath;
1337 bufscpy(dirt, RCSpath);
1339 x = rcssuffix(RCSpath);
1342 error("symbolic link to non RCS file `%s'", RCSpath);
1375 error("RCS pathname `%s' ends with `%c'", RCSpath, *tp);
1458 f = Iopen(RCSpath, FOPEN_RB, status);
rcsfnms.c 583 rcsreadopen(RCSpath, status, mustread)
584 struct buf *RCSpath;
587 /* Open RCSPATH for reading and yield its FILE* descriptor.
591 return Iopen(RCSpath->string, FOPEN_RB, status);

Completed in 17 milliseconds