Home
last modified time | relevance | path

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

/components/finsh/
A Dshell.c246 shell->line_curpos = shell->line_position = 0; in finsh_set_device()
625 if (shell->line_curpos) in finsh_thread_entry()
628 shell->line_curpos --; in finsh_thread_entry()
638 shell->line_curpos ++; in finsh_thread_entry()
702 if (shell->line_curpos == 0) in finsh_thread_entry()
706 shell->line_curpos--; in finsh_thread_entry()
735 if (shell->line_curpos == 0) continue; in finsh_thread_entry()
751 shell->line_curpos = start; in finsh_thread_entry()
796 shell->line[shell->line_curpos] = ch; in finsh_thread_entry()
813 shell->line_curpos++; in finsh_thread_entry()
[all …]
A Dshell.h79 rt_uint16_t line_curpos; member

Completed in 6 milliseconds