Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh.c697 rt_size_t length, min_length; in msh_auto_complete_path() local
699 min_length = 0; in msh_auto_complete_path()
709 if (min_length == 0) in msh_auto_complete_path()
718 if (length < min_length) in msh_auto_complete_path()
725 if (min_length) in msh_auto_complete_path()
777 int length, min_length; in msh_auto_complete() local
781 min_length = 0; in msh_auto_complete()
826 if (min_length == 0) in msh_auto_complete()
914 if (min_length == 0) in msh_opt_complete()
923 if (length < min_length) in msh_opt_complete()
[all …]

Completed in 8 milliseconds