Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsdiff.c149 static char const *setup_label P((struct buf*,char const*,char const[datesize]));
345 *diff_label1 = setup_label(&labelbuf[0], target->num, target->date);
371 *diff_label2 = setup_label(&labelbuf[1], target->num, target->date);
374 *diff_label2 = setup_label(&labelbuf[1], (char*)0, date2);
464 setup_label(b, num, date) in setup_label() function