Lines Matching defs:flavor
65 switch (curr->flavor) {
281 if (curr->flavor == CIL_CLASSPERMS) {
403 enum cil_flavor arg_flavor = arg->flavor;
493 static const char *macro_param_flavor_to_string(enum cil_flavor flavor)
496 switch(flavor) {
567 switch(node->flavor) {
627 fprintf(out, "(%s", cb->flavor == CIL_CONDTRUE ? "true" : "false");
640 fprintf(out, "(%s %s)", macro_param_flavor_to_string(param->flavor), param->str);
1529 if (parent->flavor != CIL_ROOT) {
1541 if (parent->flavor == CIL_ROOT) {
1560 if (node->flavor == CIL_SRC_INFO) {
1569 if (node->flavor == CIL_CLASS || node->flavor == CIL_COMMON || node->flavor == CIL_MAP_CLASS) {
1581 if (parent->flavor != CIL_SRC_INFO && parent->flavor != CIL_ROOT) {
1593 if (parent->flavor == CIL_ROOT) {
1595 } else if (parent->flavor == CIL_SRC_INFO) {