Home
last modified time | relevance | path

Searched refs:REFERENCE (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo-utils.h41 } REFERENCE; typedef
64 extern REFERENCE **info_menu_of_node (NODE *node);
69 extern REFERENCE **info_xrefs_of_node (NODE *node);
74 extern REFERENCE **info_xrefs (SEARCH_BINDING *binding);
78 extern REFERENCE *info_get_labeled_reference (char *label,
79 REFERENCE **references);
84 extern REFERENCE **info_menu_items (SEARCH_BINDING *binding);
89 REFERENCE **info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2);
92 extern REFERENCE *info_copy_reference (REFERENCE *src);
95 extern void info_free_references (REFERENCE **references);
H A Dinfo-utils.c53 static REFERENCE **info_references_internal (char *label,
173 REFERENCE **
178 REFERENCE **menu = (REFERENCE **)NULL; in info_menu_of_node()
189 return ((REFERENCE **) NULL); in info_menu_of_node()
203 REFERENCE **
224 REFERENCE **
233 REFERENCE **
241 static REFERENCE **
245 REFERENCE **refs = (REFERENCE **)NULL; in info_references_internal()
261 REFERENCE *entry; in info_references_internal()
[all …]
H A Dvariables.c149 REFERENCE **array = (REFERENCE **)NULL;
155 REFERENCE *entry;
157 entry = (REFERENCE *)xmalloc (sizeof (REFERENCE));
163 (entry, array_index, array, array_slots, 10, REFERENCE *);
210 REFERENCE **variables; in read_variable_name()
251 REFERENCE **
255 REFERENCE **array = (REFERENCE **)NULL; in make_variable_completions_array()
260 REFERENCE *entry; in make_variable_completions_array()
262 entry = (REFERENCE *) xmalloc (sizeof (REFERENCE)); in make_variable_completions_array()
268 (entry, array_index, array, array_slots, 200, REFERENCE *); in make_variable_completions_array()
H A Dindices.c33 static REFERENCE **index_index = (REFERENCE **)NULL;
60 add_index_to_index_nodenames (REFERENCE **array, NODE *node) in add_index_to_index_nodenames()
90 REFERENCE **
100 REFERENCE **
104 REFERENCE **result = (REFERENCE **)NULL; in info_indices_of_file_buffer()
108 return ((REFERENCE **)NULL); in info_indices_of_file_buffer()
138 REFERENCE **menu; in info_indices_of_file_buffer()
468 REFERENCE **
472 REFERENCE **all_indices = (REFERENCE **)NULL; in apropos_in_all_indices()
473 REFERENCE **dir_menu = (REFERENCE **)NULL; in apropos_in_all_indices()
[all …]
H A Decho-area.c768 static REFERENCE **echo_area_completion_items = (REFERENCE **)NULL;
773 static REFERENCE **completions_found = (REFERENCE **)NULL;
778 static REFERENCE *LCD_completion;
805 REFERENCE **completions, int force) in info_read_completing_internal()
886 echo_area_completion_items = (REFERENCE **)NULL; in info_read_completing_internal()
899 char *prompt, REFERENCE **completions) in info_read_completing_in_echo_area()
908 char *prompt, REFERENCE **completions) in info_read_maybe_completing()
1151 static REFERENCE LCD_reference = {
1160 static REFERENCE **last_completion_items = (REFERENCE **)NULL;
1168 last_completion_items = (REFERENCE **)NULL; in completions_must_be_rebuilt()
[all …]
H A Dman.c586 REFERENCE **
590 REFERENCE **refs = (REFERENCE **)NULL; in xrefs_of_manpage()
598 return ((REFERENCE **)NULL); in xrefs_of_manpage()
632 REFERENCE *entry; in xrefs_of_manpage()
635 entry = (REFERENCE *)xmalloc (sizeof (REFERENCE)); in xrefs_of_manpage()
645 (entry, refs_index, refs, refs_slots, 10, REFERENCE *); in xrefs_of_manpage()
657 REFERENCE **refs; in locate_manpage_xref()
665 REFERENCE *entry; in locate_manpage_xref()
701 REFERENCE **
705 REFERENCE **all_refs = xrefs_of_manpage (node); in manpage_xrefs_in_binding()
[all …]
H A Dm-x.c42 REFERENCE **array = (REFERENCE **)NULL; in read_function_name()
49 REFERENCE *entry; in read_function_name()
51 entry = (REFERENCE *)xmalloc (sizeof (REFERENCE)); in read_function_name()
57 (entry, array_index, array, array_slots, 200, REFERENCE *); in read_function_name()
H A Dindices.h33 extern REFERENCE **info_indices_of_window (WINDOW *window);
34 extern REFERENCE **info_indices_of_file_buffer (FILE_BUFFER *file_buffer);
38 REFERENCE **apropos_in_all_indices (char *search_string, int inform);
H A Dsession.c876 REFERENCE **menu; in forward_move_node_structure()
936 REFERENCE **menu; in forward_move_node_structure()
1043 REFERENCE **menu; in backward_move_node_structure()
1713 info_select_reference (WINDOW *window, REFERENCE *entry) in info_select_reference()
1777 REFERENCE entry; in info_parse_and_select()
1949 register REFERENCE **menu;
2003 static REFERENCE **
2004 nearest_xref (REFERENCE **xref_list, long int pos) in nearest_xref()
2013 REFERENCE *xref = xref_list[this_xref]; in nearest_xref()
2043 REFERENCE **ret = xmalloc (sizeof (REFERENCE *) * 2); in nearest_xref()
[all …]
H A Decho-area.h43 REFERENCE **completions, int force);
54 char *prompt, REFERENCE **completions);
60 char *prompt, REFERENCE **completions);
H A Dman.h37 extern REFERENCE **xrefs_of_manpage (NODE *node);
38 extern REFERENCE **manpage_xrefs_in_binding (NODE *node,
H A Dnodemenu.c310 REFERENCE **menu;
333 REFERENCE *entry;
H A Dvariables.h51 extern REFERENCE **make_variable_completions_array (void);
H A Dfootnotes.c72 REFERENCE **refs; in make_footnotes_node()
H A Dsession.h83 extern void info_select_reference (WINDOW *window, REFERENCE *entry);
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c736 #define REFERENCE(fun) \ in param_init() macro
749 REFERENCE (refmpn_add_n); in param_init()
754 REFERENCE (refmpn_add_nc); in param_init()
758 REFERENCE (refmpn_sub_n); in param_init()
762 REFERENCE (refmpn_sub_nc); in param_init()
768 REFERENCE (refmpn_add); in param_init()
772 REFERENCE (refmpn_sub); in param_init()
785 REFERENCE (refmpn_add_err1_n); in param_init()
789 REFERENCE (refmpn_sub_err1_n); in param_init()
795 REFERENCE (refmpn_add_err2_n); in param_init()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtIterator.h76 template <typename DERIVED, typename REFERENCE>
83 using value_type = REFERENCE;
85 using pointer = REFERENCE;
86 using reference = REFERENCE;
119 REFERENCE operator*() const {
123 REFERENCE operator->() const { return operator*(); }
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c243 REFERENCE, enumerator
289 case REFERENCE: in equal()
310 case REFERENCE: in hash()
671 case REFERENCE: in get_expr_value_id()
928 case REFERENCE: in print_pre_expr()
1123 case REFERENCE: in fully_constant_expression()
1244 case REFERENCE: in get_expr_type()
1273 case REFERENCE:
1469 case REFERENCE: in phi_translate_1()
1596 expr->kind = REFERENCE; in phi_translate_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc244 REFERENCE, enumerator
291 case REFERENCE: in equal()
312 case REFERENCE: in hash()
477 expr.kind = REFERENCE; in get_or_alloc_expr_for_reference()
485 result->kind = REFERENCE; in get_or_alloc_expr_for_reference()
871 case REFERENCE: in pre_expr_DFS()
1077 case REFERENCE: in print_pre_expr()
1222 case REFERENCE: in fully_constant_expression()
1324 case REFERENCE: in get_expr_type()
1353 case REFERENCE: in get_representative_for()
[all …]
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h140 REFERENCE, enumerator
H A Ddwarf.c184 case REFERENCE: in tdesc_size()
230 case REFERENCE: in tdesc_bitsize()
1603 if (type == POINTER || type == REFERENCE) in die_through_create()
1639 die_through_create(dw, die, off, tdp, REFERENCE, "reference"); in die_reference_create()
H A Dctf.c362 case REFERENCE: /* XXX: */ in write_type()
/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpv4-mib.mib117 REFERENCE "RFC 5905, section 6"
304 REFERENCE "RFC 5905, section 6"
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_parse.y183 %token <string> REFERENCE
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/
H A Dbuild.info.pod324 =head1 REFERENCE chapter

12