Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/preproc/refer/
HDref.cpp36 const char FIELD_SEPARATOR = '\0'; variable
100 f += FIELD_SEPARATOR; in reference()
499 while (start < end && *start != FIELD_SEPARATOR) in sortify_field()
642 const char *name_end = (char *)memchr(ptr, FIELD_SEPARATOR, end - ptr); in abbreviate_names()
649 result += FIELD_SEPARATOR; in abbreviate_names()
682 const char *name_end = (char *)memchr(ptr, FIELD_SEPARATOR, end - ptr); in reverse_names()
689 result += FIELD_SEPARATOR; in reverse_names()
702 if (ptr[j] == FIELD_SEPARATOR) in join_fields()
709 if (ptr[j] == FIELD_SEPARATOR) { in join_fields()
1023 start = (char *)memchr(start, FIELD_SEPARATOR, *endp - start); in nth_field()
[all …]