Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:tmplist

549         tmplist = string.split(oldstr)
551 while tmplist:
552 item = tmplist[0]
553 del tmplist[0]
556 if not tmplist:
558 item = item + ' ' + tmplist[0]
559 del tmplist[0]
563 if not tmplist:
565 item = item + ' ' + tmplist[0]
566 del tmplist[0]