Lines Matching defs:argListBegin
4907 const char *argListBegin, *argListEnd;
4908 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4909 while (argListBegin < argListEnd) {
4910 if (*argListBegin == '^')
4912 else if (*argListBegin == '<') {
4914 buf += *argListBegin++;
4916 while (*argListBegin != '>') {
4917 buf += *argListBegin++;
4920 buf += *argListBegin;
4924 buf += *argListBegin;
4925 argListBegin++;