Searched refs:getdiffcmd (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcssyn.c | 551 getdiffcmd(finfile, delimiter, foutfile, dc) in getdiffcmd() function
|
H A D | rcsgen.c | 670 while (0 <= (ed = getdiffcmd(fin, false, fout, &dc)))
|
H A D | rcsbase.h | 674 int getdiffcmd P((RILE*,int,FILE*,struct diffcmd*));
|
H A D | rlog.c | 679 while (0 <= (ed = getdiffcmd(fin,true,(FILE *)0,&dc)))
|
H A D | rcsedit.c | 767 while (0 <= (ed = getdiffcmd(fin,true,frew,&dc)))
|