Home
last modified time | relevance | path

Searched refs:ndays_in_prev_month (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/event-editor/
H A Dgcal-date-chooser.c103 gint ndays_in_prev_month; in calendar_compute_days() local
122 ndays_in_prev_month = month_length[leap (year)][month - 1]; in calendar_compute_days()
124 ndays_in_prev_month = month_length[leap (year - 1)][12]; in calendar_compute_days()
125 day = ndays_in_prev_month - first_day + 1; in calendar_compute_days()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcalendar.c907 int ndays_in_prev_month; in calendar_compute_days() local
922 ndays_in_prev_month = month_length[leap (year)][month - 1]; in calendar_compute_days()
924 ndays_in_prev_month = month_length[leap (year - 1)][12]; in calendar_compute_days()
925 day = ndays_in_prev_month - first_day+ 1; in calendar_compute_days()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_widget.c505 gint ndays_in_prev_month; in calendar_compute_days() local
523 ndays_in_prev_month = utl_get_month_length(g_date_is_leap_year (year), month-1); in calendar_compute_days()
525 ndays_in_prev_month = utl_get_month_length(g_date_is_leap_year (year), 12); in calendar_compute_days()
528 day = ndays_in_prev_month - first_day + 1; in calendar_compute_days()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcalendar.c990 gint ndays_in_prev_month; in calendar_compute_days() local
1008 ndays_in_prev_month = month_length[leap (year)][month - 1]; in calendar_compute_days()
1010 ndays_in_prev_month = month_length[leap (year - 1)][12]; in calendar_compute_days()
1011 day = ndays_in_prev_month - first_day+ 1; in calendar_compute_days()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcalendar.c987 gint ndays_in_prev_month; in calendar_compute_days() local
1003 ndays_in_prev_month = month_length[leap (year)][month-1]; in calendar_compute_days()
1005 ndays_in_prev_month = month_length[leap (year)][12]; in calendar_compute_days()
1006 day = ndays_in_prev_month - first_day + 1; in calendar_compute_days()