Lines Matching full:command
16 where the viewing command is stored with the key "view".
60 the viewing command is stored with the key "view".
94 The viewing command is stored as the value with the key "view",
141 Return a tuple containing the command line, and the mailcap entry
143 'test' command of several matching entries before deciding which
154 command = subst(e[key], MIMEtype, filename, plist)
155 return command, e
226 command, e = findmatch(caps, MIMEtype, 'view', file)
227 if not command:
230 print "Executing:", command
231 sts = os.system(command)