Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c253 const char *whitespace);
1142 const char *whitespace) in cli_split() argument
1150 if (argbuf == 0 || command == 0 || argbuf_size == 0 || whitespace == 0) in cli_split()
1158 if (strchr(whitespace, command[index]) != 0 && flag_paren == false) { in cli_split()
1184 if ((strchr(whitespace, command[index]) == 0 || flag_paren == true) && in cli_split()

Completed in 4 milliseconds