Lines Matching refs:index
667 index = 0668 while index < len(scalar):669 ch = scalar[index]672 if index == 0:711 if index == 0:713 if index == len(scalar)-1:720 if index == 0:722 if index == len(scalar)-1:733 index += 1735 followed_by_whitespace = (index+1 >= len(scalar) or736 scalar[index+1] in '\0 \t\r\n\x85\u2028\u2029')