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

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.h74 const char *get_sort_field(int i, int si, int ssi, const char **endp) const;
H A Dlabel.y1091 const char *as1 = r1.get_sort_field(0, n, 0, &ae1);
1093 const char *as2 = r2.get_sort_field(0, n, 0, &ae2);
1102 const char *as1 = r1.get_sort_field(0, n, -1, &ae1);
1104 const char *as2 = r2.get_sort_field(0, n, -1, &ae2);
H A Dref.cpp1113 const char *reference::get_sort_field(int i, int si, int ssi, function in class:reference

Completed in 155 milliseconds