Lines Matching defs:before
122 * of days from the date before the shift to the next date that
223 int before, after, use_reform;
227 before = after = 0;
238 before = getnum(optarg);
239 if (before < 0)
243 after = before = getnum(optarg);
268 before = after = 1;
326 before = 0;
331 monthrange(month, year, before, after, yearly);
346 monthrange(int month, int year, int before, int after, int yearly)
374 startyear = year - (before + 12 - 1 - month) / 12;
375 startmonth = 12 - 1 - ((before + 12 - 1 - month) % 12);
921 "usage: cal [-3hjry] [-A after] [-B before] [-C context] [-d day-of-week] "