Searched refs:firstyear (Results 1 – 4 of 4) sorted by relevance
180 def test(firstyear, lastyear): argument212 lord = _days_before_year(firstyear)213 y = firstyear
392 if(db->copyright.firstyear && db->copyright.firstyear < (1900 + tm.tm_year)) in printhead()393 fprintf(f.file, "%u-", db->copyright.firstyear); in printhead()
43 unsigned firstyear; member
746 unsigned firstyear = getnumattrib(db, file, node->line, attr); in parsecopyright() local747 if(!copyright->firstyear || firstyear < copyright->firstyear) in parsecopyright()748 copyright->firstyear = firstyear; in parsecopyright()