Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c49 static int holidays[NHOLIDAYS]; /* holidays file day-of-year table */
272 else if(holindx >= NHOLIDAYS) { in inithol()
295 if(!errflag && holindx < NHOLIDAYS) { in inithol()
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h35 #define NHOLIDAYS 200 /* max number of company holidays per year */ macro