this is declaration of char type variables 'Key', and 'z', additional 'Key' variable is initialized with KEYPAD_NO_NEW_DATA constant. KEYPAD_NO_NEW_DATA is probably defined with #define KEYPAD_NO_NEW_DATA some_val
I think KEYPAD_NO..... is a const variable and programmer initillize Key local variable with KEYPAD_NO..... You should control begining of program for KEYPAD_NO....