Lines Matching refs:search_position
2262 search_position = linenum-22263 while (search_position >= 02264 and Match(r' {6}\w', elided[search_position])):2265 search_position -= 12266 exception = (search_position >= 02267 and elided[search_position][:5] == ' :')