Searched refs:expandline (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | rcsedit.c | 432 if (expandline(fin, fout, delta, true, (FILE*)0, true) < 0) 539 while (1 < expandline(fe,fc,delta,false,(FILE*)0,true)) 582 if (expandline(fe,fc,delta,false,(FILE*)0,true) <= 1) 609 while (1 < expandline(finptr,fcopy,delta,true,foutptr,true)) 802 switch (expandline(fin,f,delta,true,frew,true)){ 851 expandline(infile, outfile, delta, delimstuffed, frewfile, dolog) in expandline() function
|
| HD | rcsbase.h | 473 int expandline P((RILE*,FILE*,struct hshentry const*,int,FILE*,int));
|
| /dragonfly/gnu/usr.bin/rcs/ci/ |
| HD | ci.c | 1272 e = expandline(
|