Lines Matching defs:new
73 to new structures for included makefiles. */
273 /* Install a new conditional and return the previous one. */
276 install_conditionals (struct conditionals *new)
280 bzero ((char *) new, sizeof (*new));
281 conditionals = new;
423 struct conditionals new;
438 saved = install_conditionals (&new);
1524 /* conditional_line() created a new level of conditional.
1632 /* We must allocate a new copy of the expanded string because
1818 new entry if the file is a double-colon, which we don't want in
2021 /* Add the file's old deps and the new ones in THIS together. */
2076 /* Double-colon. Make a new record even if there already is one. */
2086 enter_file will have returned a new one, making it the prev
2267 struct nameseq *new = 0;
2377 new1->next = new;
2378 new = new1;
2388 new1 = new;
2429 /* LASTN->next is the new stopping elt for the loop below. */
2445 new = new1->next;
2491 return new;
2517 /* Set up a new starting point for the buffer, and find the end of the
2566 buffer for each new line. */
2991 char *new = concat (home_dir, "", name + 1);
2994 return new;
3021 in reverse of the intended order, return a new chain describing the
3022 result of globbing the filenames. The new chain is in forward order.
3023 The links of the old chain are freed or used in the new chain.
3034 register struct nameseq *new = 0;
3105 elt->next = new;
3106 new = elt;
3116 chain, and make FOUND the new NEW chain. */
3117 f->next = new;
3118 new = found;
3131 elt->next = new;
3132 new = elt;
3146 old->next = new;
3147 new = old;
3152 return new;