Lines Matching defs:new
1824 /* prepend the new avlist to the pre-existing one */
1857 /* range is the new head */
1868 /* range is the new tail*/
1933 /* read in new low value */
2862 role_datum_t *new;
2868 new = malloc(sizeof(role_datum_t));
2869 if (!new) {
2873 memset(new, 0, sizeof(role_datum_t));
2874 new->s.value = 0; /* temporary role */
2875 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) {
2877 free(new);
2880 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) {
2882 free(new);
2898 return new;
3171 yyerror("no new role in transition definition?");
3187 yyerror2("the new role %s must be a regular role", id);
3998 /* use tmp conditional node to partially build new node */
4010 /* get the existing conditional node, or create a new one */
4045 /* create a new expression struct */