Lines Matching defs:argListBegin
4891 const char *argListBegin, *argListEnd;
4892 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4893 while (argListBegin < argListEnd) {
4894 if (*argListBegin == '^')
4896 else if (*argListBegin == '<') {
4898 buf += *argListBegin++;
4900 while (*argListBegin != '>') {
4901 buf += *argListBegin++;
4904 buf += *argListBegin;
4908 buf += *argListBegin;
4909 argListBegin++;