Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh_file.c750 rt_uint32_t start_line = 0; in cmd_tail() local
770 start_line = atoi(&argv[2][1]); /* eg: +100, to get the 100 */ in cmd_tail()
801 if (start_line != 0) in cmd_tail()
803 if (total_lines >= start_line) in cmd_tail()
805 required_lines = total_lines - start_line + 1; in cmd_tail()

Completed in 3 milliseconds