Home | History | Annotate | Download | only in src

Lines Matching refs:cil_tree_node

81 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, int line, int hll_line, void *value)
91 static void insert_node(struct cil_tree_node *node, struct cil_tree_node *current)
101 static int add_hll_linemark(struct cil_tree_node **current, int *hll_lineno, int *hll_expand, struct cil_stack *stack, char *path)
104 struct cil_tree_node *node;
181 static void add_cil_path(struct cil_tree_node **current, char *path)
183 struct cil_tree_node *node;
205 struct cil_tree_node *node = NULL;
206 struct cil_tree_node *current = NULL;