Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.h44 int sortify_non_empty(const char *start, const char *end) const;
H A Dlabel.y733 int counts = ti->sortify_non_empty(token_start, ptr); in first_part()
751 if (ti->sortify_non_empty(token_start, ptr)) in last_part()
762 if (ti->sortify_non_empty(token_start, ptr) && --skip < 0) { in last_part()
H A Dtoken.cpp108 int token_info::sortify_non_empty(const char *start, const char *end) const in sortify_non_empty() function in token_info
H A Dref.cpp290 if (ti->sortify_non_empty(token_start, s)) { in sortify_words()