Lines Matching refs:w2
923 w2 = words[i + 1]925 w2 = None928 elif w1 == 'machine' and w2:929 host = w2.lower()931 elif w1 == 'login' and w2:932 user = w2934 elif w1 == 'password' and w2:935 w2937 elif w1 == 'account' and w2:938 acct = w2940 elif w1 == 'macdef' and w2:941 macro_name = w2