Searched refs:key_value (Results 1 – 1 of 1) sorted by relevance
329 static void handle_updown_key(enum function_key key_value) in handle_updown_key() argument334 if (key_value == KEY_UP) { in handle_updown_key()377 enum function_key key_value = KEY_NONE; in shell_handle_special_char() local382 key_value = (shell_getc() << 8) | shell_getc(); in shell_handle_special_char()383 if (key_value == KEY_DELETE) { in shell_handle_special_char()387 switch (key_value) { in shell_handle_special_char()393 handle_updown_key(key_value); in shell_handle_special_char()
Completed in 34 milliseconds