Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c452 int32_t minLen; in AutoComplete() local
458 minLen = 0; in AutoComplete()
479 if (minLen == 0) in AutoComplete()
482 minLen = StrLen(namePtr); in AutoComplete()
492 if (len < minLen) in AutoComplete()
494 minLen = len; in AutoComplete()
501 StrCopy(context->line, namePtr, minLen); in AutoComplete()

Completed in 5 milliseconds