Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh_file.c29 static int msh_readline(int fd, char *line_buf, int size) in msh_readline() argument
45 line_buf[index ++] = ch; in msh_readline()
53 line_buf[index] = '\0'; in msh_readline()
57 line_buf[index++] = ch; in msh_readline()
61 line_buf[index] = '\0'; in msh_readline()
110 char *line_buf; in msh_exec_script() local
113 line_buf = (char *) rt_malloc(RT_CONSOLEBUF_SIZE); in msh_exec_script()
114 if (line_buf == RT_NULL) in msh_exec_script()
131 ch = line_buf[index]; in msh_exec_script()
137 msh_exec(line_buf, length); in msh_exec_script()
[all …]

Completed in 4 milliseconds