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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.cpp261 const char SORT_SEP = '\001'; variable
424 sort_key += SORT_SEP;
1123 start = (char *)memchr(start, SORT_SEP, end - start);
1128 const char *e = (char *)memchr(start, SORT_SEP, end - start);

Completed in 34 milliseconds