Lines Matching refs:split
48 input is split at the first ';;', even if it is in the middle of a
462 args = line.split()
471 args = line.split()
472 # split into ';;' separated commands
572 dotted = text.split('.')
791 idstring = identifier.split("'")
801 parts = id.split('.')
848 args = arg.split()
868 args = arg.split()
887 args = arg.split(' ', 1)
916 args = arg.split()
979 numberlist = arg.split()
1097 it is split with "shlex", and the result is used as the new
1105 sys.argv = shlex.split(arg)
1307 first, last = arg.split(',')
1502 args = arg.split()
1517 args = arg.split()