Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/apps/shell/
Dshell.c22 int shell_readline(int fd, char *buf);
64 int count = shell_readline(kb_fd, input_buffer); in main_loop()
152 int shell_readline(int fd, char *buf) in shell_readline() function