Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_iscommand

85     if not _iscommand(cmd):
121 def _iscommand(cmd):
457 if _iscommand("xdg-open"):
461 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gvfs-open"):
465 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gnome-open"):
469 if "KDE_FULL_SESSION" in os.environ and _iscommand("kfmclient"):
472 if _iscommand("x-www-browser"):
480 if _iscommand(browser):
484 if _iscommand("kfm"):
486 elif _iscommand("konqueror"):
491 if _iscommand(browser):
495 if _iscommand("skipstone"):
500 if _iscommand(browser):
504 if _iscommand("opera"):
508 if _iscommand("mosaic"):
512 if _iscommand("grail"):
521 if _iscommand("www-browser"):
524 if _iscommand("links"):
526 if _iscommand("elinks"):
529 if _iscommand("lynx"):
532 if _iscommand("w3m"):
562 if _iscommand(browser):
652 if sys.platform[:3] == "os2" and _iscommand("netscape"):