Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:free

3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
7 GNU Make is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
16 GNU Make; see the file COPYING. If not, write to the Free Software
502 /* Free `struct dep' along with `name' and `stem'. */
508 free (d->name);
511 free (d->stem);
513 free ((char *)d);
548 /* Free a chain of 'struct dep'. */
562 /* Free a chain of `struct nameseq'. Each nameseq->name is freed
573 free (n->name);
579 free (tmp);