Searched refs:ndaysj (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libcalendar/
H A DMakefile13 calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
H A Dcalendar.h40 int ndaysj(struct date *_dt);
H A Deaster.c99 dn = ndaysj(&dt);
H A Dcalendar.c104 ndaysj(date *dt) function
/freebsd-11-stable/usr.bin/ncal/
H A Dncal.c242 nswitch = ndaysj(&dftswitch->dt);
244 nswitch = ndaysj(&p->dt);
258 nswitchb = ndaysj(&ukswitch);
286 nswitch = ndaysj(&never);
341 nswitch = ndaysj(&(p->dt));
1009 if (nswitch < ndaysj(d))
1012 return (ndaysj(d));
1025 if (nswitchb < ndaysj(d))
1028 return (ndaysj(d));

Completed in 110 milliseconds