Lines Matching defs:new
68 // Moves *help to new start of text (in case dash lines were at beginning).
127 struct symbol *new = 0;
144 new = xzalloc(sizeof(struct symbol));
145 new->next = sym;
146 new->name = s;
147 sym = new;
152 if (!new) continue;
155 dlist_add(&(new->help), line);
162 new->depends = s;
267 char **new = xmalloc(sizeof(char *)*(clen+tlen));
269 memcpy(new, cdashlines, sizeof(char *)*clen);
270 memcpy(new+clen, tdashlines, sizeof(char *)*tlen);
273 qsort(new, clen+tlen, sizeof(char *), (void *)dashlinesort);
274 cdashlines = new;
337 // Add new collated line (and whitespace).