Lines Matching defs:flavor
40 enum cil_flavor flavor;
123 if (n1->flavor != CIL_TYPEATTRIBUTE) {
170 if (curr->flavor == CIL_CLASSPERMS) {
199 if (curr->flavor == CIL_CLASSPERMS) {
227 if (curr->flavor == CIL_CLASSPERMS) {
356 if (node->flavor == CIL_BLOCK) {
362 } else if (node->flavor == CIL_MACRO) {
365 } else if (node->flavor == CIL_AVRULE || node->flavor == CIL_AVRULEX) {
366 if (node->flavor == args->flavor) {
375 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)
380 args.flavor = flavor;