Home
last modified time | relevance | path

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

/trueos/gnu/usr.bin/rcs/rcs/
HDrcs.c896 struct hshentry const *nextdelta; local
909 if (!(nextdelta=getnum()))
911 if (nextdelta->selector) {
913 aprintf(frewrite,DELNUMFORM,nextdelta->num,Klog);
916 if (nextdelta == cuttail) {
923 if (nextdelta->log.string && nextdelta->selector) {
927 putstring(foutptr, false, nextdelta->log, true);
935 if (delta==nextdelta)
/trueos/gnu/usr.bin/rcs/lib/
HDrcsgen.c227 struct hshentry const *nextdelta; local
234 if (!(nextdelta=getnum())) {
238 if (needlog && delta==nextdelta) {
248 if (delta==nextdelta)