Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dcalendar.c573 int first_day = nl_langinfo(_NL_TIME_FIRST_WEEKDAY)[0]; in WeekStart() local
582 int first_day = read_locale_setting("first_weekday", 0); in WeekStart()
592 result = first_day - week_1stday - 1; in WeekStart()