Searched refs:year_start (Results 1 – 1 of 1) sorted by relevance
475 int year_start = year_start_value.get_int(); in write_boostbook_header() local479 : year_start; in write_boostbook_header()481 if (year_end < year_start) { in write_boostbook_header()487 << "Invalid year range: " << year_start << "-" in write_boostbook_header()491 for (; year_start <= year_end; ++year_start) in write_boostbook_header()492 tmp << " <year>" << year_start << "</year>\n"; in write_boostbook_header()