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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dvariables.c221 static VARLIST *vlist_realloc __P((VARLIST *, int));
2571 vlist_realloc (vlist, n) function
2600 vlist = vlist_realloc (vlist, vlist->list_size + 16);

Completed in 79 milliseconds