Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli.c75 int need_buff = 1; in run_command_list() local
83 need_buff = 0; in run_command_list()
86 need_buff = strchr(cmd, '\n') != NULL; in run_command_list()
89 if (need_buff) { in run_command_list()
112 if (need_buff) in run_command_list()