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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dglob.c357 struct globval *firstmalloc, *tmplink; local
362 firstmalloc = 0;
510 if (firstmalloc == 0)
511 firstmalloc = nextlink;
545 will be allocated with malloc, if firstmalloc is set, from
546 lastlink to firstmalloc. */
547 if (firstmalloc)
549 if (lastlink == firstmalloc)
550 firstmalloc = 0;
575 if (firstmalloc)
[all...]

Completed in 60 milliseconds