Lines Matching refs:s
22 def split_perforce_parts(s): argument
23 spaces = ((s.count(" ") + 1) / 3) * 2
26 pos = s.find(" ", pos) + 1
28 return s[pos:]
30 def quotate(s): argument
31 return '"' + s + '"'
41 def matchit(s): argument
42 m = regex_compiled.match(s)
47 def filterit(s): argument
48 if filt_compiled.match(s):
82 files = map(lambda s: cwd+s, files)
108 for s in extras:
109 print s.replace(" ", "\\ ")