Searched refs:HOLIDAY_PRE (Results 1 – 2 of 2) sorted by relevance
/dports/print/pcal/pcal-4.11.0/src/ |
H A D | pcaldefs.h | 923 #if !(defined(HOLIDAY_PRE) && defined(HOLIDAY_POST)) 924 #define HOLIDAY_PRE "<font color=#ff0000><b>" macro
|
H A D | writefil.c | 1828 if (holidays & 01) printf("%s%d%s", HOLIDAY_PRE, day, HOLIDAY_POST); in single_month_html() 1928 printf("%s%d%s %c", HOLIDAY_PRE, day, HOLIDAY_POST, in single_month_one_column_html() 2078 printf("%s%d%s", HOLIDAY_PRE, day, HOLIDAY_POST); in multiple_months_html()
|