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

/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dref.cpp263 const char SORT_SUB_SUB_SEP = '\003'; variable
357 key += SORT_SUB_SUB_SEP;
360 key += SORT_SUB_SUB_SEP;
405 ptr < end && *ptr != SORT_SUB_SEP && *ptr != SORT_SUB_SUB_SEP;
1149 start = (char *)memchr(start, SORT_SUB_SUB_SEP, end - start);
1154 e = (char *)memchr(start, SORT_SUB_SUB_SEP, end - start);

Completed in 210 milliseconds