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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.cpp82 : type(TOKEN_OTHER), sort_key(0), other_case(0)
90 sort_key = sk;
97 if (sort_key)
98 result += sort_key;
108 if (sort_key)
109 return *sort_key != '\0';
223 const char *sort_key = 0)
225 store_token(lower, TOKEN_LOWER, sort_key, upper);
226 store_token(upper, TOKEN_UPPER, sort_key, lower);
230 const char *sort_key)
229 init_letter(unsigned char uc_code, unsigned char lc_code, const char *sort_key) argument
238 store_letter(strsave(lbuf), strsave(ubuf), sort_key); local
[all...]
H A Dtoken.h34 const char *sort_key; member in class:token_info
H A Dref.cpp424 sort_key += SORT_SEP;
447 sortify_label(label.contents(), label.length(), sort_key);
449 sortify_authors(n, sort_key);
451 sortify_field(f, n, sort_key);
514 const char *s1 = r1.sort_key.contents();
515 int n1 = r1.sort_key.length();
516 const char *s2 = r2.sort_key.contents();
517 int n2 = r2.sort_key.length();
879 put_string(sort_key, fp);
1116 const char *start = sort_key
[all...]
H A Dref.h53 string sort_key; member in class:reference

Completed in 45 milliseconds