Searched refs:yr_box (Results 1 – 1 of 1) sorted by relevance
714 BOX dy_box, mn_box, yr_box; in dialog_calendar() local826 memset(&yr_box, 0, sizeof(yr_box)); in dialog_calendar()856 if (init_object(&yr_box, in dialog_calendar()865 || DrawObject(&yr_box) < 0) { in dialog_calendar()874 (state == sYEAR ? &yr_box : 0))); in dialog_calendar()963 } else if (obj == &yr_box) { in dialog_calendar()982 if (obj != &yr_box && current.tm_year != old.tm_year) in dialog_calendar()983 DrawObject(&yr_box); in dialog_calendar()