Home | History | Annotate | Download | only in Lib

Lines Matching refs:lpos

166     lpos = 0

167 while amount and s[lpos] == ' ':
168 lpos += 1
174 return s[lpos:rpos+1]