Searched defs:thisyear (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
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 > 203
[all...]

Completed in 44 milliseconds