Lines Matching defs:new
65 struct comm_str *iter, *new;
87 new = comm_str__alloc(str);
88 if (!new)
91 rb_link_node(&new->rb_node, parent, p);
92 rb_insert_color(&new->rb_node, root);
94 return new;
129 struct comm_str *new, *old = comm->comm_str;
131 new = comm_str__findnew(str, &comm_str_root);
132 if (!new)
136 comm->comm_str = new;