Home | History | Annotate | Download | only in local

Lines Matching full:elif

61   elif system == 'Darwin':
63 elif system.find('CYGWIN') >= 0:
65 elif system == 'Windows' or system == 'Microsoft':
69 elif system == 'FreeBSD':
71 elif system == 'OpenBSD':
73 elif system == 'SunOS':
75 elif system == 'NetBSD':
77 elif system == 'AIX':
97 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None):
99 elif machine == 'i86pc':
101 elif machine == 'x86_64':
103 elif machine == 'amd64':
105 elif machine == 'ppc64':