Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/
A Dtelnetserver_cli.c61 unsigned inQuote: 1; in CommandParseLine() member
81 if (stat.inQuote) { in CommandParseLine()
93 if (!stat.inQuote && stat.inArg) { in CommandParseLine()
96 if (stat.inQuote && !stat.inArg) { in CommandParseLine()
100 if (!stat.inQuote && !stat.inArg) { in CommandParseLine()
102 stat.inQuote = 1; in CommandParseLine()
107 stat.inQuote = 0; in CommandParseLine()
119 if (!stat.inQuote && stat.inArg) { in CommandParseLine()
132 if (stat.inQuote) { in CommandParseLine()
135 if (!stat.inQuote && stat.inArg) { in CommandParseLine()
[all …]
/AliOS-Things-master/components/cli/src/
A Dcli.c163 unsigned inQuote:1; in cli_handle_input() member
183 if (stat.inQuote) { in cli_handle_input()
197 if (!stat.inQuote && stat.inArg) { in cli_handle_input()
200 if (stat.inQuote && !stat.inArg) { in cli_handle_input()
205 if (!stat.inQuote && !stat.inArg) { in cli_handle_input()
207 stat.inQuote = 1; in cli_handle_input()
213 stat.inQuote = 0; in cli_handle_input()
225 if (!stat.inQuote && stat.inArg) { in cli_handle_input()
238 if (stat.inQuote) { in cli_handle_input()
242 if (!stat.inQuote && stat.inArg) { in cli_handle_input()
[all …]

Completed in 5 milliseconds