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
127 free (name);
153 free (name);
380 them anyway because somebody might want to free them later on. */
401 anyway because somebody might want to free them later. */
408 /* Free all the storage used in RULE and take it out of the
420 free (rule->targets[i]);
430 dep->name = 0; /* Make sure free_dep does not free name. */
435 free ((char *) rule->targets);
436 free ((char *) rule->suffixes);
437 free ((char *) rule->lens);
439 /* We can't free the storage for the commands because there
450 free ((char *) rule);