Searched refs:index_entry (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | index.c | 146 char *index_entry; in index_add_arg() local 156 get_rest_of_line (0, &index_entry); in index_add_arg() 161 char *index_line = xmalloc (strlen (index_entry) + 2); in index_add_arg() 162 sprintf (index_line, "%s\n", index_entry); in index_add_arg() 170 free (index_entry); in index_add_arg() 184 new->entry_text = index_entry; in index_add_arg() 250 add_escaped_anchor_name (index_entry, 0); in index_add_arg() 261 xml_insert_indexterm (index_entry, name); in index_add_arg()
|
/openbsd/gnu/llvm/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 1336 struct unwind_info_section_header_index_entry index_entry; in print_index_sections() local 1337 memcpy(&index_entry, offset, in print_index_sections() 1341 cur_idx, index_entry.functionOffset, in print_index_sections() 1342 index_entry.secondLevelPagesSectionOffset, in print_index_sections() 1343 index_entry.lsdaIndexArraySectionOffset); in print_index_sections() 1346 if (index_entry.secondLevelPagesSectionOffset != 0) { in print_index_sections() 1353 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections() 1371 lsda_entry.functionOffset - index_entry.functionOffset, in print_index_sections() 1380 baton.first_level_index_entry = index_entry; in print_index_sections()
|
/openbsd/usr.bin/tmux/ |
H A D | utf8.c | 195 RB_ENTRY(utf8_item) index_entry; 226 RB_GENERATE_STATIC(utf8_index_tree, utf8_item, index_entry, utf8_index_cmp);
|
/openbsd/usr.sbin/ldapd/ |
H A D | index.c | 222 index_entry(struct namespace *ns, struct btval *dn, struct ber_element *elm) in index_entry() function
|
H A D | ldapd.h | 483 int index_entry(struct namespace *ns, struct btval *dn,
|
H A D | namespace.c | 358 rc = index_entry(ns, &key, root); in namespace_put()
|
/openbsd/usr.sbin/ldapctl/ |
H A D | ldapctl.c | 197 rc = index_entry(ns, &key, elm); in index_namespace()
|