Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dcmdline.c202 int in_quote = 0, quoted = 0; in next_arg() local
207 in_quote = 1; in next_arg()
212 if (isspace(args[i]) && !in_quote) in next_arg()
219 in_quote = !in_quote; in next_arg()