Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dhistory.c250 static struct hrec *last_since_tag; variable
1133 if (last_since_tag)
1134 last_since_tag = hrec_head + (last_since_tag - old_head);
1162 if (last_since_tag)
1164 hrec_count -= (last_since_tag - hrec_head);
1165 hrec_head = last_since_tag;
1290 last_since_tag = hr;
1296 if (!last_since_tag)
1420 if (*since_tag && !last_since_tag) in report_hrecs()
1570 if (last_since_tag && ty == 'T')