Home | History | Annotate | Download | only in tools

Lines Matching refs:search_position

2262         search_position = linenum-2
2263 while (search_position >= 0
2264 and Match(r' {6}\w', elided[search_position])):
2265 search_position -= 1
2266 exception = (search_position >= 0
2267 and elided[search_position][:5] == ' :')