Searched refs:indentEnd (Results 1 – 1 of 1) sorted by relevance
138 char *indentEnd; in parseInputFile() local152 indentEnd = cp; in parseInputFile()153 while (isspace(*indentEnd)) in parseInputFile()154 indentEnd += 1; in parseInputFile()155 if (indentEnd - cp + 1 > maxFrames) in parseInputFile()156 maxFrames = indentEnd - cp + 1; in parseInputFile()