Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dref.cpp389 const char *day_end; in sortify_date() local
390 const char *day_start = find_day(s, s + len, &day_end); in sortify_date()
393 if (day_end - day_start == 1) in sortify_date()
395 while (day_start < day_end) in sortify_date()