Home | History | Annotate | Download | only in src

Lines Matching defs:userprefix

1489 	struct cil_userprefix *userprefix = NULL;
1501 cil_userprefix_init(&userprefix);
1503 userprefix->user_str = parse_current->next->data;
1504 userprefix->prefix_str = parse_current->next->next->data;
1506 ast_node->data = userprefix;
1511 cil_log(CIL_ERR, "Bad userprefix declaration at line %d of %s\n",
1513 cil_destroy_userprefix(userprefix);
1517 void cil_destroy_userprefix(struct cil_userprefix *userprefix)
1519 if (userprefix == NULL) {
1523 free(userprefix);