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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbraces.c51 postamble (stuff after the matching close brace) and amble (stuff after
52 preamble, and before postamble). Expand amble, and then tack on the
93 char *preamble, *postamble, *amble; local
149 /* Find the amble. This is the stuff inside this set of braces. */
184 amble = substring (text, start, i);
187 amble = (char *)xmalloc (1 + (i - start));
188 strncpy (amble, &text[start], (i - start));
190 amble[alen] = '\0';
196 /* If the amble does not contain an unquoted BRACE_ARG_SEPARATOR, then
199 while (amble[
[all...]

Completed in 122 milliseconds