Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dtoken.cpp84 : type(TOKEN_OTHER), sort_key(0), other_case(0) in token_info()
92 sort_key = sk; in set()
99 if (sort_key) in sortify()
100 result += sort_key; in sortify()
110 if (sort_key) in sortify_non_empty()
111 return *sort_key != '\0'; in sortify_non_empty()
225 const char *sort_key = 0) in store_letter() argument
227 store_token(lower, TOKEN_LOWER, sort_key, upper); in store_letter()
228 store_token(upper, TOKEN_UPPER, sort_key, lower); in store_letter()
232 const char *sort_key) in init_letter() argument
[all …]
H A Dref.cpp426 sort_key += SORT_SEP; in compute_sort_key()
449 sortify_label(label.contents(), label.length(), sort_key); in compute_sort_key()
451 sortify_authors(n, sort_key); in compute_sort_key()
453 sortify_field(f, n, sort_key); in compute_sort_key()
516 const char *s1 = r1.sort_key.contents(); in compare_reference()
517 int n1 = r1.sort_key.length(); in compare_reference()
518 const char *s2 = r2.sort_key.contents(); in compare_reference()
519 int n2 = r2.sort_key.length(); in compare_reference()
881 put_string(sort_key, fp); in print_sort_key_comment()
1118 const char *start = sort_key.contents(); in get_sort_field()
[all …]
H A Dtoken.h36 const char *sort_key; variable
H A Dref.h55 string sort_key; variable
/netbsd-src/external/gpl3/binutils/dist/include/som/
H A Dinternal.h143 unsigned int sort_key : 8; member
166 unsigned int sort_key : 8; member
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h143 unsigned int sort_key : 8; member
166 unsigned int sort_key : 8; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsssvlv.c82 typedef struct sort_key struct
87 } sort_key; typedef
91 sort_key sc_keys[1];
145 sort_key *key ) in select_value()
1051 sort_key *key ) in build_key()
1158 (i-1) * sizeof(sort_key), op->o_tmpmemctx ); in sss_parseCtrl()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.h154 unsigned int sort_key : 8; member
H A Dsom.c1707 dst->sort_key = (flags >> SOM_SPACE_SORT_KEY_SH) & SOM_SPACE_SORT_KEY_MASK; in som_swap_space_dictionary_in()
1737 flags |= (src->sort_key & SOM_SPACE_SORT_KEY_MASK) << SOM_SPACE_SORT_KEY_SH; in som_swap_space_dictionary_out()
1767 dst->sort_key = (flags >> SOM_SUBSPACE_SORT_KEY_SH) in som_swap_subspace_dictionary_in()
1810 flags |= (src->sort_key & SOM_SUBSPACE_SORT_KEY_MASK) in som_swap_subspace_dictionary_record_out()
2146 space.is_private, space.sort_key, in setup_sections()
2218 subspace.sort_key, in setup_sections()
2611 som_section_data (section)->space_dict->sort_key = in som_prep_headers()
2612 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
2647 som_section_data (section)->subspace_dict->sort_key = in som_prep_headers()
2648 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.h154 unsigned int sort_key : 8; member
H A Dsom.c1708 dst->sort_key = (flags >> SOM_SPACE_SORT_KEY_SH) & SOM_SPACE_SORT_KEY_MASK; in som_swap_space_dictionary_in()
1738 flags |= (src->sort_key & SOM_SPACE_SORT_KEY_MASK) << SOM_SPACE_SORT_KEY_SH; in som_swap_space_dictionary_out()
1768 dst->sort_key = (flags >> SOM_SUBSPACE_SORT_KEY_SH) in som_swap_subspace_dictionary_in()
1811 flags |= (src->sort_key & SOM_SUBSPACE_SORT_KEY_MASK) in som_swap_subspace_dictionary_record_out()
2147 space.is_private, space.sort_key, in setup_sections()
2219 subspace.sort_key, in setup_sections()
2612 som_section_data (section)->space_dict->sort_key = in som_prep_headers()
2613 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
2648 som_section_data (section)->subspace_dict->sort_key = in som_prep_headers()
2649 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.h310 const char *sort_key; member
H A Dldlang.c603 if (is->sort_key) in sort_filename()
604 return is->sort_key; in sort_filename()
1176 p->sort_key = NULL; in new_afile()
H A DChangeLog593 * ldlang.h (lang_input_statement_struct): Add sort_key field.
595 to the same bfd, store their names in the sort_key field.
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dpep.em1775 arch_is->sort_key = other_bfd_filename;
1845 is->sort_key = new_name;
H A Dpe.em1797 arch_is->sort_key = other_bfd_filename;
1867 is->sort_key = new_name;
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git108731 ld * ldlang.h (lang_input_statement_struct): Add sort_key field.
108733 to the same bfd, store their names in the sort_key field.