Home | History | Annotate | Download | only in src

Lines Matching refs:CIL_LIST

40 #include "cil_list.h"
248 static int cil_expr_to_string(struct cil_list *expr, char **out)
261 case CIL_LIST:
417 void cil_tree_print_expr(struct cil_list *datum_expr, struct cil_list *str_expr)
453 void cil_tree_print_perm_strs(struct cil_list *perm_strs)
491 void cil_tree_print_classperms_list(struct cil_list *cp_list)
1201 if (sens->flavor == CIL_LIST) {
1204 cil_list_for_each(sub, (struct cil_list*)sens->data) {