Searched refs:ast_current (Results 1 – 1 of 1) sorted by relevance
6102 struct cil_tree_node *ast_current = NULL; in __cil_build_ast_node_helper() local6116 ast_current = args->ast; in __cil_build_ast_node_helper()6194 ast_node->parent = ast_current; in __cil_build_ast_node_helper()6476 if (ast_current->cl_head == NULL) { in __cil_build_ast_node_helper()6477 if (ast_current->flavor == CIL_MACRO) { in __cil_build_ast_node_helper()6478 args->macro = ast_current; in __cil_build_ast_node_helper()6481 if (ast_current->flavor == CIL_BOOLEANIF) { in __cil_build_ast_node_helper()6482 args->boolif = ast_current; in __cil_build_ast_node_helper()6485 if (ast_current->flavor == CIL_TUNABLEIF) { in __cil_build_ast_node_helper()6486 args->tunif = ast_current; in __cil_build_ast_node_helper()[all …]