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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbraces.c46 #define BRACE_SEQ_SPECIFIER ".." macro
360 t = strstr (text, BRACE_SEQ_SPECIFIER);
364 i = t - text; /* index of start of BRACE_SEQ_SPECIFIER */
366 rhs = substring (text, i + sizeof(BRACE_SEQ_SPECIFIER) - 1, tlen);
524 else if (satisfy == '}' && STREQN (text+i, BRACE_SEQ_SPECIFIER, 2) &&

Completed in 137 milliseconds