Home
last modified time | relevance | path

Searched refs:thisyear (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/acct/lib/
H A Dpnpsplit.c48 static int thisyear = 1970; /* this is changed by holidays file */ variable
90 if(thisyear && (checkhol() == 0)) {
146 thisyear = 0; in checkhol()
153 if ((tp->tm_year == thisyear && tp->tm_yday > 359) in checkhol()
154 || tp->tm_year > thisyear) in checkhol()
157 thisyear = 0; /* checkhol() will not be called again */ in checkhol()
214 &thisyear, &pstart, &npstart) != 3) { in inithol()
223 if(thisyear < 1970 || thisyear > 2037) { in inithol()
225 thisyear); in inithol()
287 doy = day_of_year(thisyear, month, day); in inithol()