Searched refs:NHOLIDAYS (Results 1 – 2 of 2) sorted by relevance
49 static int holidays[NHOLIDAYS]; /* holidays file day-of-year table */268 else if(holindx >= NHOLIDAYS) { in inithol()291 if(!errflag && holindx < NHOLIDAYS) { in inithol()
37 #define NHOLIDAYS 200 /* max number of company holidays per year */ macro