Lines Matching defs:info_kind
44 struct cil_tree_node *cil_tree_get_next_path(struct cil_tree_node *node, char **info_kind, uint32_t *hll_line, char **path)
61 *info_kind = node->cl_head->next->data;
73 *info_kind = info->kind;
91 *info_kind = NULL;
99 char *info_kind;
104 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path);
105 if (node && info_kind == CIL_KEY_SRC_CIL) {
133 char *info_kind;
136 node = cil_tree_get_next_path(node, &info_kind, &hll_line, &path);
137 if (!node || info_kind == CIL_KEY_SRC_CIL) {
140 if (info_kind == CIL_KEY_SRC_HLL_LMS) {