Lines Matching refs:thisyear
48 static int thisyear = 1970; /* this is changed by holidays file */
90 if(thisyear && (checkhol() == 0)) {
146 thisyear = 0;
153 if ((tp->tm_year == thisyear && tp->tm_yday > 359)
154 || tp->tm_year > thisyear)
157 thisyear = 0; /* checkhol() will not be called again */
179 * inithol - read from an ascii file and initialize the "thisyear"
214 &thisyear, &pstart, &npstart) != 3) {
223 if(thisyear < 1970 || thisyear > 2037) {
225 thisyear);
287 doy = day_of_year(thisyear, month, day);