Searched refs:thisyear (Results 1 – 1 of 1) sorted by relevance
48 static int thisyear = 1970; /* this is changed by holidays file */ variable92 if(thisyear && (checkhol() == 0)) { in pnpsplit()151 thisyear = 0; in checkhol()158 if ((tp->tm_year == thisyear && tp->tm_yday > 359) in checkhol()159 || tp->tm_year > thisyear) in checkhol()162 thisyear = 0; /* checkhol() will not be called again */ in checkhol()218 &thisyear, &pstart, &npstart) != 3) { in inithol()227 if(thisyear < 1970 || thisyear > 2037) { in inithol()229 thisyear); in inithol()291 doy = day_of_year(thisyear, month, day); in inithol()