Home | History | Annotate | Download | only in cal

Lines Matching defs:after

223 	int before, after, use_reform;
227 before = after = 0;
233 after = getnum(optarg);
234 if (after < 0)
243 after = before = getnum(optarg);
244 if (after < 0)
268 before = after = 1;
327 after = 11;
331 monthrange(month, year, before, after, yearly);
346 monthrange(int month, int year, int before, int after, int yearly)
376 endyear = year + (month + after) / 12;
377 endmonth = (month + after) % 12;
795 * to Gregorian at some point after 9900, you get a gap of 73
921 "usage: cal [-3hjry] [-A after] [-B before] [-C context] [-d day-of-week] "