Searched refs:dont_free (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c54 int dont_free = 0; variable
312 if (cp == NULL || dont_free)
586 if (p && !dont_free)
H A Dtc.os.c344 * Sooo, we set dont_free :-)
346 dont_free = 1;
368 dont_free = 0;
445 dont_free = 1;
447 dont_free = 0;
451 dont_free = 0;
H A Dsh.err.c614 dont_free = 0;
H A Dsh.c404 dont_free = 1;
411 dont_free = 0;
H A Dsh.h1184 extern int dont_free; /* Tell free that we are in danger if we free */

Completed in 78 milliseconds