Home
last modified time | relevance | path

Searched refs:next_ch (Results 1 – 1 of 1) sorted by relevance

/components/finsh/
A Dshell.c648 int next_ch = finsh_getchar(); in finsh_thread_entry() local
649 if (next_ch == ';') in finsh_thread_entry()
651 next_ch = finsh_getchar(); in finsh_thread_entry()
652 if (next_ch == '5') in finsh_thread_entry()
654 next_ch = finsh_getchar(); in finsh_thread_entry()
655 if (next_ch == 'D') /* Ctrl+Left */ in finsh_thread_entry()
665 else if (next_ch == 'C') /* Ctrl+Right */ in finsh_thread_entry()

Completed in 3 milliseconds