Lines Matching defs:argListBegin
4055 const char *argListBegin, *argListEnd;
4056 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4057 while (argListBegin < argListEnd) {
4058 if (*argListBegin == '^')
4060 else if (*argListBegin == '<') {
4062 buf += *argListBegin++;
4064 while (*argListBegin != '>') {
4065 buf += *argListBegin++;
4068 buf += *argListBegin;
4072 buf += *argListBegin;
4073 argListBegin++;