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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dglob.c69 /* Don't try to alloca() more than this much memory for `struct globval'
340 struct globval struct
342 struct globval *next;
348 struct globval *lastlink;
349 register struct globval *nextlink;
357 struct globval *firstmalloc, *tmplink;
371 nextlink = (struct globval *)alloca (sizeof (struct globval));
375 nextlink->next = (struct globval *)0;
419 nextlink = (struct globval *)alloc
[all...]
/macosx-10.10.1/man-16/man/src/
H A Dglob.c352 struct globval
354 struct globval *next;
360 struct globval *lastlink;
361 register struct globval *nextlink;
368 struct globval *templink;
380 For each name that matches, allocate a struct globval
404 nextlink = (struct globval *) malloc (sizeof (struct globval));
406 nextlink = (struct globval *) alloca (sizeof (struct globval));
347 struct globval struct
[all...]

Completed in 148 milliseconds