Lines Matching full:rpos
176 rpos = len(s) - 1177 while amount and s[rpos] == ' ':178 rpos -= 1180 return s[lpos:rpos+1]