Searched refs:NODE (Results 1 - 25 of 95) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dman.h30 extern NODE *make_manpage_node (char *pagename);
31 extern NODE *get_manpage_node (FILE_BUFFER *file_buffer,
34 extern long locate_manpage_xref (NODE *node, long int start, int dir);
35 extern REFERENCE **xrefs_of_manpage (NODE *node);
36 extern REFERENCE **manpage_xrefs_in_binding (NODE *node,
H A Dinfo-utils.h61 found in NODE. If there is no menu in NODE, just return a NULL pointer. */
62 extern REFERENCE **info_menu_of_node (NODE *node);
65 refrences found in NODE. If there are no cross references in NODE, just
67 extern REFERENCE **info_xrefs_of_node (NODE *node);
107 /* Return non-zero if NODE is one especially created by Info. */
108 extern int internal_info_node_p (NODE *node);
110 /* Make NODE appear to be one especially created by Info, and give it NAME. */
111 extern void name_internal_node (NODE *nod
[all...]
H A Dfootnotes.c30 NODE * make_footnotes_node (NODE *node);
51 return the manufactured node. If NODE has no footnotes, return a
53 NODE *
54 make_footnotes_node (NODE *node)
56 NODE *fn_node, *result = (NODE *)NULL;
115 return ((NODE *)NULL);
118 result = (NODE *)xmalloc (sizeof (NODE));
[all...]
H A Dwindow.h48 NODE *node; /* The node displayed in this window. */ \
50 long point /* Offset within NODE of the cursor position. */
113 /* Make a new window showing NODE, and return that window structure.
114 The new window is made to be the active window. If NODE is passed
118 extern WINDOW *window_make_window (NODE *node);
131 /* Set WINDOW to display NODE. */
132 extern void window_set_node_of_window (WINDOW *window, NODE *node);
170 extern NODE *build_message_node (char *format, void *arg1, void *arg2);
180 extern NODE *message_buffer_to_node (void);
205 /* Quickly guess the approximate number of lines to that NODE woul
[all...]
H A Dnodes.h32 be passed to free (). Note that NODE->parent is non-null if this
33 node's file is a subfile. In that case, NODE->parent is the logical
45 } NODE; typedef in typeref:struct:__anon7374
47 /* Defines that can appear in NODE->flags. All informative. */
135 /* Return a pointer to a NODE structure for the Info node (FILENAME)NODENAME.
139 extern NODE *info_get_node (char *filename, char *nodename);
141 /* Return a pointer to a NODE structure for the Info node NODENAME in
145 extern NODE *info_get_node_of_file_buffer (char *nodename,
H A Dsession.h68 extern void remember_window_and_node (WINDOW *window, NODE *node);
72 NODE *node);
77 extern long info_search_in_node (char *string, NODE *node,
79 extern long info_target_search_node (NODE *node, char *string,
83 extern void print_node (NODE *node);
84 extern void dump_node_to_file (NODE *node, char *filename,
109 extern void begin_info_session (NODE *initial_node);
110 extern void begin_info_session_with_error (NODE *initial_node,
113 extern void initialize_info_session (NODE *node, int clear_screen);
116 NODE *initial_nod
[all...]
H A Dnodemenu.c25 NODE * get_visited_nodes (Function *filter_func);
37 /* Produce a formatted line of information about NODE. Here is what we want
48 format_node_info (NODE *node)
128 of NODE, and returns non-zero if the node should appear in the listing. */
129 NODE *
134 NODE *node;
139 return ((NODE *)NULL);
227 NODE *node;
259 new = window_make_window ((NODE *)NULL);
307 NODE *nod
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h160 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
161 ({ const tree __t = (NODE); \
168 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
169 ({ const tree __t = (NODE); \
178 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
179 ({ const tree __t = (NODE); \
189 #define RECORD_OR_UNION_TYPE_CHECK(NODE) \
190 ({ const tree __t = (NODE); \
197 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
198 ({ const tree __t = (NODE); \
[all...]
H A Drepo.c54 #define IDENTIFIER_REPO_USED(NODE) (TREE_LANG_FLAG_3 (NODE))
55 #define IDENTIFIER_REPO_CHOSEN(NODE) (TREE_LANG_FLAG_4 (NODE))
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcp-tree.h167 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
168 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
170 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
171 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
173 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
174 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
176 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
177 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM)
180 #define NON_THUNK_FUNCTION_CHECK(NODE) __extension__ \
181 ({ const tree __t = (NODE); \
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtree.h285 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->common.code)
286 #define TREE_SET_CODE(NODE, VALUE) \
287 ((NODE)->common.code = (ENUM_BITFIELD (tree_code)) (VALUE))
363 #define TREE_TYPE(NODE) ((NODE)->common.type)
378 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
489 #define COMPLETE_TYPE_P(NODE) (TYPE_SIZE (NODE) !
[all...]
H A Dc-common.h232 #define C_ARTIFICIAL_STRING_P(NODE) TREE_LANG_FLAG_0 (NODE)
355 #define DECL_NUM_STMTS(NODE) \
356 (FUNCTION_DECL_CHECK (NODE)->decl.u1.i)
955 #define STMT_IS_FULL_EXPR_P(NODE) TREE_LANG_FLAG_1 ((NODE))
960 #define IF_COND(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE), 0)
961 #define THEN_CLAUSE(NODE) TREE_OPERAND (IF_STMT_CHECK (NODE),
[all...]
H A Dhashtable.h33 #define HT_LEN(NODE) ((NODE)->len)
34 #define HT_STR(NODE) ((NODE)->str)
H A Dc-tree.h76 #define IDENTIFIER_GLOBAL_VALUE(NODE) \
77 (((struct lang_identifier *) (NODE))->global_value)
80 #define IDENTIFIER_LOCAL_VALUE(NODE) \
81 (((struct lang_identifier *) (NODE))->local_value)
84 #define IDENTIFIER_LABEL_VALUE(NODE) \
85 (((struct lang_identifier *) (NODE))->label_value)
88 #define IDENTIFIER_LIMBO_VALUE(NODE) \
89 (((struct lang_identifier *) (NODE))->limbo_value)
92 #define IDENTIFIER_IMPLICIT_DECL(NODE) \
93 (((struct lang_identifier *) (NODE))
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree.h166 /* Returns nonzero iff NODE is an expression of some kind. */
168 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
170 /* Returns nonzero iff NODE is an OpenMP directive. */
172 #define OMP_DIRECTIVE_P(NODE) \
173 (TREE_CODE (NODE) == OMP_PARALLEL \
174 || TREE_CODE (NODE) == OMP_FOR \
175 || TREE_CODE (NODE) == OMP_SECTIONS \
176 || TREE_CODE (NODE) == OMP_SINGLE \
177 || TREE_CODE (NODE)
[all...]
H A Dtree-chrec.h26 #define CHREC_VAR(NODE) TREE_OPERAND (NODE, 0)
27 #define CHREC_LEFT(NODE) TREE_OPERAND (NODE, 1)
28 #define CHREC_RIGHT(NODE) TREE_OPERAND (NODE, 2)
29 #define CHREC_VARIABLE(NODE) TREE_INT_CST_LOW (CHREC_VAR (NODE))
H A Dc-common.h715 #define STATEMENT_LIST_STMT_EXPR(NODE) \
716 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE))
719 #define STATEMENT_LIST_HAS_LABEL(NODE) \
720 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE))
723 #define COMPOUND_LITERAL_EXPR_DECL_STMT(NODE) \
724 TREE_OPERAND (COMPOUND_LITERAL_EXPR_CHECK (NODE), 0)
725 #define COMPOUND_LITERAL_EXPR_DECL(NODE) \
726 DECL_EXPR_DECL (COMPOUND_LITERAL_EXPR_DECL_STMT (NODE))
742 #define DECL_ANON_UNION_ELEMS(NODE) DECL_ARGUMENTS ((NODE))
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h725 #define IDENTIFIER_GLOBAL_VALUE(NODE) \
726 (((struct lang_identifier *)(NODE))->global_value)
729 #define IDENTIFIER_LOCAL_VALUE(NODE) \
730 (((struct lang_identifier *)(NODE))->local_value)
732 /* Given an identifier NODE, get the corresponding (non-handle) class.
735 #define IDENTIFIER_CLASS_VALUE(NODE) IDENTIFIER_GLOBAL_VALUE(NODE)
737 /* Given an identifier NODE, get the corresponding handle class.
740 #define IDENTIFIER_HANDLECLASS_VALUE(NODE) ???
746 #define IDENTIFIER_SIGNATURE_TYPE(NODE) IDENTIFIER_GLOBAL_VALU
[all...]
H A Dparse.h160 #define INCOMPLETE_TYPE_P(NODE) \
161 ((TREE_CODE (NODE) == POINTER_TYPE) \
162 && !TREE_TYPE (NODE) \
163 && TREE_CODE (TYPE_NAME (NODE)) == IDENTIFIER_NODE)
192 #define JSTRING_P(NODE) ((NODE) \
193 && (TREE_CODE (NODE) == STRING_CST \
194 || IS_CRAFTED_STRING_BUFFER_P (NODE) \
195 || JSTRING_TYPE_P (TREE_TYPE (NODE))))
206 #define JDECL_P(NODE) (NOD
[all...]
H A Dlex.h181 #define GET_TYPE_PRECISION(NODE) 4
184 #define SET_LVAL_NODE(NODE)
185 #define SET_LVAL_NODE_TYPE(NODE, TYPE)
204 #define GET_TYPE_PRECISION(NODE) TYPE_PRECISION (long_type_node) / 8;
221 #define SET_LVAL_NODE(NODE) java_lval->node = (NODE)
222 #define SET_LVAL_NODE_TYPE(NODE,TYPE) \
224 java_lval->node = (NODE); \
/openbsd-current/usr.bin/ctags/
H A Dtree.c44 static void add_node(NODE *, NODE *);
45 static void free_tree(NODE *);
54 NODE *np;
58 if (!(np = malloc(sizeof(NODE)))) {
62 if (!(head = np = malloc(sizeof(NODE))))
92 add_node(NODE *node, NODE *cur_node)
124 free_tree(NODE *node)
H A Dctags.h60 } NODE; typedef in typeref:struct:nd_st
63 extern NODE *head; /* head of the sorted binary tree */
82 extern void put_entries(NODE *);
/openbsd-current/gnu/gcc/libcpp/include/
H A Dsymtab.h34 #define HT_LEN(NODE) ((NODE)->len)
35 #define HT_STR(NODE) ((NODE)->str)
/openbsd-current/gnu/gcc/gcc/objcp/
H A Dobjcp-decl.h74 #define ALLOC_OBJC_TYPE_LANG_SPECIFIC(NODE) \
76 TYPE_LANG_SPECIFIC (NODE) = GGC_CNEWVAR \
78 TYPE_LANG_SPECIFIC (NODE)->u.c.h.is_lang_type_class = 1; \
/openbsd-current/usr.sbin/mtree/
H A Dspec.c47 static void set(char *, NODE *);
48 static void unset(char *, NODE *);
50 NODE *
53 NODE *centry, *last;
55 NODE ginfo, *root;
138 if ((centry = calloc(1, sizeof(NODE) + len - 1)) == NULL)
168 set(char *t, NODE *ip)
310 unset(char *t, NODE *ip)

Completed in 288 milliseconds

1234