Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/refer/
HDtoken.h42 int sortify_non_empty(const char *start, const char *end) const;
HDlabel.y731 int counts = ti->sortify_non_empty(token_start, ptr); in first_part()
749 if (ti->sortify_non_empty(token_start, ptr)) in last_part()
760 if (ti->sortify_non_empty(token_start, ptr) && --skip < 0) { in last_part()
HDtoken.cpp106 int token_info::sortify_non_empty(const char *start, const char *end) const in sortify_non_empty() function in token_info
HDref.cpp288 if (ti->sortify_non_empty(token_start, s)) { in sortify_words()