Searched refs:ast_current (Results 1 – 1 of 1) sorted by relevance
6099 struct cil_tree_node *ast_current = NULL; in __cil_build_ast_node_helper() local6113 ast_current = args->ast; in __cil_build_ast_node_helper()6191 ast_node->parent = ast_current; in __cil_build_ast_node_helper()6473 if (ast_current->cl_head == NULL) { in __cil_build_ast_node_helper()6474 if (ast_current->flavor == CIL_MACRO) { in __cil_build_ast_node_helper()6475 args->macro = ast_current; in __cil_build_ast_node_helper()6478 if (ast_current->flavor == CIL_BOOLEANIF) { in __cil_build_ast_node_helper()6479 args->boolif = ast_current; in __cil_build_ast_node_helper()6482 if (ast_current->flavor == CIL_TUNABLEIF) { in __cil_build_ast_node_helper()6483 args->tunif = ast_current; in __cil_build_ast_node_helper()[all …]