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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp387 const char *day_end; local
388 const char *day_start = find_day(s, s + len, &day_end);
391 if (day_end - day_start == 1)
393 while (day_start < day_end)

Completed in 97 milliseconds