Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_simple.c182 int argc, inquotes; in cli_simple_run_command() local
214 for (inquotes = 0, sep = str; *sep; sep++) { in cli_simple_run_command()
217 inquotes = !inquotes; in cli_simple_run_command()
219 if (!inquotes && in cli_simple_run_command()