Searched refs:firstyear (Results 1 – 3 of 3) sorted by relevance
396 if(db->copyright.firstyear && db->copyright.firstyear < (1900 + tm.tm_year)) in printhead()397 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()