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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp368 const char *year_start = find_year(s, s + len, &year_end); local
369 if (!year_start) {
376 int n = year_end - year_start;
381 while (year_start < year_end)
382 key += *year_start++;

Completed in 108 milliseconds