Searched refs:new_field_label (Results 1 – 1 of 1) sorted by relevance
2012 CeedContextFieldLabel new_field_label; in CeedOperatorGetContextFieldLabel() local2014 CeedCall(CeedCalloc(1, &new_field_label)); in CeedOperatorGetContextFieldLabel()2017 CeedCall(CeedCalloc(num_sub, &new_field_label->sub_labels)); in CeedOperatorGetContextFieldLabel()2018 new_field_label->num_sub_labels = num_sub; in CeedOperatorGetContextFieldLabel()2027 new_field_label->sub_labels[i] = new_field_label_i; in CeedOperatorGetContextFieldLabel()2028 new_field_label->name = new_field_label_i->name; in CeedOperatorGetContextFieldLabel()2029 new_field_label->description = new_field_label_i->description; in CeedOperatorGetContextFieldLabel()2030 if (new_field_label->type && new_field_label->type != new_field_label_i->type) { in CeedOperatorGetContextFieldLabel()2032 CeedCall(CeedFree(&new_field_label)); in CeedOperatorGetContextFieldLabel()2034 … CeedContextFieldTypes[new_field_label->type], CeedContextFieldTypes[new_field_label_i->type]); in CeedOperatorGetContextFieldLabel()[all …]