Searched refs:indentEnd (Results 1 – 1 of 1) sorted by relevance
127 char* indentEnd; in parseInputFile() local137 indentEnd = cp; in parseInputFile()138 while (isspace(*indentEnd)) indentEnd += 1; in parseInputFile()139 if (indentEnd - cp + 1 > maxFrames) maxFrames = indentEnd - cp + 1; in parseInputFile()