Home | History | Annotate | Download | only in src

Lines Matching refs:curr_param

1530 				struct cil_list_item *curr_param;
1532 cil_list_for_each(curr_param, macro->params) {
1533 cil_log(CIL_INFO, " flavor: %d, string: %s;", ((struct cil_param*)curr_param->data)->flavor, ((struct cil_param*)curr_param->data)->str);