Home | History | Annotate | Download | only in src

Lines Matching defs:flavor

39 	enum cil_flavor flavor;
47 enum cil_flavor f1 = ((struct cil_tree_node*)d1->nodes->head->data)->flavor;
48 enum cil_flavor f2 = ((struct cil_tree_node*)d2->nodes->head->data)->flavor;
80 enum cil_flavor f1 = ((struct cil_tree_node*)d1->nodes->head->data)->flavor;
81 enum cil_flavor f2 = ((struct cil_tree_node*)d2->nodes->head->data)->flavor;
118 if (n1->flavor != CIL_TYPEATTRIBUTE) {
165 if (curr->flavor == CIL_CLASSPERMS) {
167 if (FLAVOR(cp->class) == CIL_CLASS) {
194 if (curr->flavor == CIL_CLASSPERMS) {
196 if (FLAVOR(cp->class) == CIL_CLASS) {
222 if (curr->flavor == CIL_CLASSPERMS) {
224 if (FLAVOR(cp->class) == CIL_CLASS) {
257 if (FLAVOR(class) == CIL_CLASS) {
351 if (node->flavor == CIL_BLOCK) {
357 } else if (node->flavor == CIL_MACRO) {
360 } else if (node->flavor == CIL_AVRULE || node->flavor == CIL_AVRULEX) {
361 if (node->flavor == args->flavor) {
370 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self)
375 args.flavor = flavor;